Retrieves the commandLine property of the HTML Application (HTA).
Syntax
HRESULT get_commandLine(
    BSTR *p
);
Parameters
- p
- Address of a string (BSTR) variable that contains the commandLine property of the HTA.
Return Value
Returns S_OK if successful, or an error code otherwise.