Binds an event to an object.
HRESULT BindHandler( LPCOLESTR pstrEvent, IDispatch* pdisp ); |
Parameters
- pstrEvent
-
[in] Specifies the event to handle.
- pdisp
-
[in] Specifies the object to handle the event.
Binds an event to an object.
HRESULT BindHandler( LPCOLESTR pstrEvent, IDispatch* pdisp ); |
[in] Specifies the event to handle.
[in] Specifies the object to handle the event.