7 lines
145 B
C
7 lines
145 B
C
|
#ifndef _CONNPT_H
|
||
|
#define _CONNPT_H
|
||
|
|
||
|
HRESULT CreateConnectionPoint(IUnknown *pUnk, REFIID riid, IConnectionPoint **pCP);
|
||
|
|
||
|
#endif /* _CONNPT_H */
|