IHTMLOptionsHolder::get_execArgIHTMLOptionsHolder::get_execArg*
*



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.

p
Address of a VARIANT structure that contains the arguments.

See also put_execArg

Up Top of Page


IHTMLOptionsHolder::put_execArg


HRESULT put_execArg( 
    VARIANT v 
);

Sets the variant argument; this allows additional user-data parameters to be passed in.

v
VARIANT structure that contains the script to be set.

See also get_execArg


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.