Creates a simple connection point.
Syntax
HRESULT CreateSimpleConnectionPoint(
IDispatch *pdisp
ISimpleConnectionPoint **ppscp
);
Parameters
- pdisp
- [in] Address of an IDispatch interface.
- ppscp
- [out] Address of a pointer to an ISimpleConnectionPoint interface.
Return Value
Returns S_OK if successful, or an error code otherwise.