Contents Index Topic Contents | ||
Previous Topic: IHTMLOptionsHolder::put_execArg Next Topic: IHTMLOptionsHolder::put_errorLine |
IHTMLOptionsHolder::get_execArg
HRESULT get_execArg( VARIANT *p );Retrieves the variant argument of any additional parameters that were passed in.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a VARIANT structure that contains the arguments.
See also put_execArg
IHTMLOptionsHolder::put_execArg
HRESULT put_execArg( VARIANT v );Sets the variant argument; this allows additional user-data parameters to be passed in.
- Returns S_OK if successful, or an error value otherwise.
- v
- VARIANT structure that contains the script to be set.
See also get_execArg
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.