|
| HRESULT | relatedNode ([out, retval] IDOMNode **result) |
| |
| HRESULT | prevValue ([out, retval] BSTR *result) |
| |
| HRESULT | newValue ([out, retval] BSTR *result) |
| |
| HRESULT | attrName ([out, retval] BSTR *result) |
| |
| HRESULT | attrChange ([out, retval] unsigned short *result) |
| |
| HRESULT | initMutationEvent ([in] BSTR type, [in] BOOL canBubble, [in] BOOL cancelable, [in] IDOMNode *relatedNode, [in] BSTR prevValue, [in] BSTR newValue, [in] BSTR attrName, [in] unsigned short attrChange) |
| |
| 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) |
| |