Microsoft DirectX 8.1 (C++) |
The put_Visible method makes shows or hides the window.
Syntax
HRESULT put_Visible(
long Visible
);
Parameters
Visible
Automation Boolean flag (0 means window is hidden, 1 means window is shown).
Return Value
Returns an HRESULT value.
See Also