Contents Index Topic Contents | ||
Previous Topic: IHTMLScriptElement::put_event Next Topic: IHTMLScriptElement::put_text |
IHTMLScriptElement::get_event
HRESULT get_event( BSTR *p );Retrieves the event for which the script is being written.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives the event.
See also put_event
IHTMLScriptElement::put_event
HRESULT put_event( BSTR v );Sets the event for which the script is being written.
- Returns S_OK if successful, or an error value otherwise.
- v
- String specifying the event.
See also get_event
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.