For a radio button even if the initial style includes WS_TABSTOP the
[wine/wine64.git] / dlls / oleaut32 / connpt.h
bloba65069c5e4bea69c545ec32b1bf8f0c05f3bdbaf
1 #ifndef _CONNPT_H
2 #define _CONNPT_H
4 HRESULT CreateConnectionPoint(IUnknown *pUnk, REFIID riid, IConnectionPoint **pCP);
6 #endif /* _CONNPT_H */