Share via


CBaseWindow::CBaseWindow (Compact 2013)

3/26/2014

Constructs a CBaseWindow object.

Syntax

CBaseWindow(
  BOOL bDoGetDC = FALSE
);

Parameters

  • bDoGetDC
    Specifies that the window should not get a device context.

Return Value

None.

Remarks

The window and its worker thread are created by CBaseWindow::PrepareWindow and destroyed by CBaseWindow::DoneWithWindow.

Requirements

Header

dshow.h,
Streams.h

Library

ole32.lib,
Ole32auth.lib,
Strmbase.lib,
Strmiids.lib,
uuid.lib

See Also

Reference

CBaseWindow Class