CBaseWindow::DoShowWindow

 
Microsoft DirectShow 9.0

CBaseWindow::DoShowWindow

The DoShowWindow method sets the window's show state.

Syntax

  HRESULT DoShowWindow(
    LONG ShowCmd
);

Parameters

ShowCmd

Flag that specifies how the window is to be shown. The value can be any constant defined for the nCmdShow parameter of the Microsoft® Windows® ShowWindow function. For more information, see the Platform SDK.

Return Value

Returns S_OK.

Requirements

**  Header:** Declared in Winutil.h; include Streams.h.

**  Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).

See Also