Retrieves the windowState property of the HTML Application (HTA).
Syntax
HRESULT get_windowState(
BSTR *p
);
Parameters
- p
- Address of a string (BSTR) variable that contains the windowState property of the HTA.
Return Value
Returns S_OK if successful, or an error code otherwise.
Sets the windowState property of the HTML Application (HTA).
Syntax
HRESULT put_windowState(
BSTR v
);
Parameters
- v
- String (BSTR) variable that contains the windowState property of the HTA to set.
Return Value
Returns S_OK if successful, or an error code otherwise.