CBaseControlWindow::put_WindowState
Sets the window state.
HRESULT put_WindowState(
long WindowState
);
Parameters
- WindowState
New window state.
Return Values
Returns an HRESULT value.
Remarks
This member function takes the same parameters as the Win32 ShowWindow function (for example, WS_SHOWNORMAL, WS_SHOWMINNOACTIVATE, and WS_SHOWMAXIMIZED).
Requirements
DirectShow applications and DirectShow filters have different include file and link library requirements. See Setting Up the Build Environment for more information.
OS Versions: Windows CE 3.0 and later.
Header:
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.