CBaseWindow::m_ShowStageTop

 
Microsoft DirectShow 9.0

CBaseWindow::m_ShowStageTop

Private message that sets the window style to WS_EX_TOPMOST.

Syntax

  UINT m_ShowStageTop;

Remarks

Video renderers should send this message to the window if they switch to full-screen mode.

Requirements

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

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

See Also