Share via


IVideoWindow::put_Visible (Compact 2013)

3/26/2014

This method changes the visibility of the video window.

Syntax

HRESULT put_Visible(
  long Visible
);

Parameters

  • Visible
    [in] Boolean flag that is compatible with Automation.

Return Value

Returns an HRESULT value.

Remarks

If the Visible parameter is set to OATRUE (-1), the window is shown. If it is set to OAFALSE (0), the window is hidden.

Requirements

Header

dshow.h

Library

Strmiids.lib

See Also

Reference

IVideoWindow Interface