IVideoWindow::put_AutoShow

This method determines whether the window will be automatically shown.

HRESULT put_AutoShow(
  long AutoShow
);

Parameters

  • AutoShow
    [in] OATRUE (–1) means the window will be visible when the state changes; OAFALSE (0) means the window remains hidden until explicitly shown.

Return Values

Returns an HRESULT value.

Remarks

Many simple applications require a displayed window when a filter graph is set to the running state. AutoShow defaults to OATRUE so that when the graph changes state to paused or running, the window is visible (it also is set as the foreground window). It will remain visible on all subsequent state changes to paused or running. If you close the window while the stream is running, the window will not automatically reappear. If you stop and restart the stream, however, the window will automatically reappear.

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 2.12 and later. Version 2.12 requires DXPAK 1.0 or later.

See Also

IVideoWindow Interface | IVideoWindow::put_Visible

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.