Ask Learn
Preview
Please sign in to use this experience.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft DirectShow 9.0 |
The put_Visible method shows or hides the video window.
Syntax
HRESULT put_Visible( long Visible );
Parameters
Visible
[in] Value that specifies whether to show or hide the window. Must be one of the following values:
Value | Description |
OATRUE | Show the window. |
OAFALSE | Hide the window. |
Return Values
Possible return values include the following:
Value | Description |
E_INVALIDARG | Invalid argument. |
S_OK | Success. |
VFW_E_NOT_CONNECTED | The video renderer filter is not connected. |
Requirements
Header: Declared in Control.h; include Dshow.h.
Library: Use Strmiids.lib.
See Also
Please sign in to use this experience.
Sign in