|
| HRESULT | keyIdentifier ([out, retval] BSTR *result) |
| |
| HRESULT | location ([out, retval] unsigned long *result) |
| |
| HRESULT | keyLocation ([out, retval] unsigned long *result) |
| |
| HRESULT | ctrlKey ([out, retval] BOOL *result) |
| |
| HRESULT | shiftKey ([out, retval] BOOL *result) |
| |
| HRESULT | altKey ([out, retval] BOOL *result) |
| |
| HRESULT | metaKey ([out, retval] BOOL *result) |
| |
| HRESULT | altGraphKey ([out, retval] BOOL *result) |
| |
| HRESULT | getModifierState ([in] BSTR keyIdentifierArg, [out, retval] BOOL *result) |
| |
| HRESULT | initKeyboardEvent ([in] BSTR type, [in] BOOL canBubble, [in] BOOL cancelable, [in] IDOMWindow *view, [in] BSTR keyIdentifier, [in] unsigned long keyLocation, [in] BOOL ctrlKey, [in] BOOL altKey, [in] BOOL shiftKey, [in] BOOL metaKey, [in] BOOL graphKey) |
| |
| HRESULT | view ([out, retval] IDOMWindow **result) |
| |
| HRESULT | detail ([out, retval] long *result) |
| |
| HRESULT | initUIEvent ([in] BSTR type, [in] BOOL canBubble, [in] BOOL cancelable, [in] IDOMWindow *view, [in] long detail) |
| |
| HRESULT | keyCode ([out, retval] long *result) |
| |
| HRESULT | charCode ([out, retval] long *result) |
| |
| HRESULT | unused1 ([out, retval] long *result) |
| |
| HRESULT | unused2 ([out, retval] long *result) |
| |
| HRESULT | pageX ([out, retval] long *result) |
| |
| HRESULT | pageY ([out, retval] long *result) |
| |
| HRESULT | which ([out, retval] long *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) |
| |