Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Retrieves the event for which the script is being written.
Syntax
HRESULT get_event( BSTR *p );
Parameters
- p
- Address of a variable that receives the event.
Return Value
Returns S_OK if successful, or an error value otherwise.
See Also
put_event
Sets the event for which the script is being written.
Syntax
HRESULT put_event( BSTR v );
Parameters
- v
- String specifying the event.
Return Value
Returns S_OK if successful, or an error value otherwise.
See Also
get_event, IHTMLScriptElement
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.