import"DOMEvents.idl";
|
| HRESULT | orient ([out, retval] unsigned short *result) |
| |
| HRESULT | horizontalOverflow ([out, retval] BOOL *result) |
| |
| HRESULT | verticalOverflow ([out, retval] BOOL *result) |
| |
| HRESULT | type ([out, retval] BSTR *result) |
| |
| HRESULT | target ([out, retval] IDOMEventTarget **result) |
| |
| HRESULT | currentTarget ([out, retval] IDOMEventTarget **result) |
| |
| HRESULT | eventPhase ([out, retval] unsigned short *result) |
| |
| HRESULT | bubbles ([out, retval] BOOL *result) |
| |
| HRESULT | cancelable ([out, retval] BOOL *result) |
| |
| HRESULT | timeStamp ([out, retval] DOMTimeStamp *result) |
| |
| HRESULT | stopPropagation () |
| |
| HRESULT | preventDefault () |
| |
| HRESULT | initEvent ([in] BSTR eventTypeArg, [in] BOOL canBubbleArg, [in] BOOL cancelableArg) |
| |
| HRESULT | throwException ([in] BSTR exceptionMessage, [out, retval] BOOL *result) |
| |
| HRESULT | callWebScriptMethod ([in] BSTR name, [in, size_is(cArgs)] const VARIANT args[], [in] int cArgs, [out, retval] VARIANT *result) |
| |
| HRESULT | evaluateWebScript ([in] BSTR script, [out, retval] VARIANT *result) |
| |
| HRESULT | removeWebScriptKey ([in] BSTR name) |
| |
| HRESULT | stringRepresentation ([out, retval] BSTR *stringRepresentation) |
| |
| HRESULT | webScriptValueAtIndex ([in] unsigned int index, [out, retval] VARIANT *result) |
| |
| HRESULT | setWebScriptValueAtIndex ([in] unsigned int index, [in] VARIANT val) |
| |
| HRESULT | setException ([in] BSTR description) |
| |
◆ horizontalOverflow()
| HRESULT IDOMOverflowEvent::horizontalOverflow |
( |
[out, retval] BOOL * |
result | ) |
|
◆ orient()
| HRESULT IDOMOverflowEvent::orient |
( |
[out, retval] unsigned short * |
result | ) |
|
◆ verticalOverflow()
| HRESULT IDOMOverflowEvent::verticalOverflow |
( |
[out, retval] BOOL * |
result | ) |
|
◆ DOMOVERFLOWEVENT_BOTH
| const unsigned short IDOMOverflowEvent::DOMOVERFLOWEVENT_BOTH = 2 |
◆ DOMOVERFLOWEVENT_HORIZONTAL
| const unsigned short IDOMOverflowEvent::DOMOVERFLOWEVENT_HORIZONTAL = 0 |
◆ DOMOVERFLOWEVENT_VERTICAL
| const unsigned short IDOMOverflowEvent::DOMOVERFLOWEVENT_VERTICAL = 1 |
The documentation for this interface was generated from the following file: