IHTMLOptionsHolder::execArg Property

Sets or retrieves the variant argument of any additional parameters that were passed in.

Syntax

HRESULT IHTMLOptionsHolder::get_execArg(VARIANT *p);
HRESULT IHTMLOptionsHolder::put_execArg(VARIANT v);

Parameters

  • p
    Pointer to a variable of type VARIANT that receives the script to set.
  • v
    VARIANT that specifies the script to set.

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

IHTMLOptionsHolder::execArg allows additional user-data parameters to be passed in.