CBaseWindow::PaintWindow

 
Microsoft DirectShow 9.0

CBaseWindow::PaintWindow

The PaintWindow method causes the window to be repainted.

Syntax

  void PaintWindow(
    BOOL bErase
);

Parameters

bErase

Boolean value that specifies whether the background is erased. If the value is TRUE, the background is erased.

Remarks

This method generates a WM_PAINT message by invalidating the window's entire client area.

Requirements

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

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

See Also