CBaseWindow::GetMemoryHDC

 
Microsoft DirectShow 9.0

CBaseWindow::GetMemoryHDC

The GetMemoryHDC method retrieves a handle to the memory device context (DC).

Syntax

  virtual HDC GetMemoryHDC(void);

Return Value

Returns a handle to the memory DC.

Requirements

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

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

See Also