Event (Windows Embedded CE 6.0)
1/6/2010
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.
Syntax
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 Value
S_OK indicates success. E_INVALIDARG indicates that the index is out of bounds or pdispidEvt is NULL.
Requirements
Header | interned.h |
Windows Embedded CE | Windows CE 5.0 and later |
See Also
Concepts
IHTMLCEPopupEvents:IUnknown
Using the Popup Blocker Interfaces