source:
trunk/src/oleaut32/connpt.h@
5280
Last change on this file since 5280 was 4837, checked in by , 25 years ago | |
---|---|
File size: 145 bytes |
Line | |
---|---|
1 | #ifndef _CONNPT_H |
2 | #define _CONNPT_H |
3 | |
4 | HRESULT CreateConnectionPoint(IUnknown *pUnk, REFIID riid, IConnectionPoint **pCP); |
5 | |
6 | #endif /* _CONNPT_H */ |
Note:
See TracBrowser
for help on using the repository browser.