This method retrieves an interface pointer to the connection point that supports the specified interface identifier (IID).
At a Glance
Header file: | Atlcom.h |
Windows CE versions: | 2.0 and later |
Platforms: | H/PC 2.0, H/PC Pro |
Complete documentation: | Visual C++ documentation |
Syntax
HRESULT FindConnectionPoint( REFIID riid, IConnectionPoint** ppCP );
See Also