Microsoft DirectX 9.0 |
The DoShowWindow method sets the window's show state.
Syntax
HRESULT DoShowWindow(
LONG ShowCmd
);
Parameters
ShowCmd
Flag that specifies how the window is to be shown. The value can be any constant defined for the nCmdShow parameter of the Microsoft® Windows® ShowWindow function. For more information, see the Platform SDK.
Return Value
Returns S_OK.
See Also