IVideoWindow::put_WindowState method (control.h)
The put_WindowState
method shows, hides, minimizes, or maximizes the video window.
Syntax
HRESULT put_WindowState(
[in] long WindowState
);
Parameters
[in] WindowState
Flag that specifies how the window is to be shown. The value can be any constant defined for the nCmdShow parameter of the ShowWindow function.
Return value
Possible return values include the following:
Return code | Description |
---|---|
|
Success. |
|
The video renderer filter is not connected. |
Requirements
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | control.h (include Dshow.h) |
Library | Strmiids.lib |