Returns an event interface that wraps a given IDispatch object.

HRESULT CreateSimpleConnectionPoint(
   IDispatch*                pdisp 
   ISimpleConnectionPoint**  ppscp
);

Parameters

pdisp

[in] The IDispatch object to wrap.

ppscp

[out] The event interface that wraps pdisp.

Expand imageReturn Value

Expand imageRemarks

Expand imageSee Also