Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This method retrieves the dispatch identifier of the browser event from the list of events. The dispatch identifiers are based on DISPID_EVPROP_<event name> values as defined in the header file mshtmdid.h.
HRESULT Event( int index, DWORD *pdispidEvt);
Parameters
- index
[in] A zero-based integer value that specifies the index of the event in the list of events. - pdispidEvt
[out] Points to a DWORD that receives the dispatch identifier.
Return Values
S_OK indicates success. E_INVALIDARG indicates that the index is out of bounds or pdispidEvt is NULL.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Interned.h.
See Also
Using the Popup Blocker Interfaces
Send Feedback on this topic to the authors