CDC::m_hDC

The output device context for this CDC object.

HDC m_hDC;

Remarks

By default, m_hDC is equal to m_hAttribDC, the other device context wrapped by CDC. In general, CDC GDI calls that create output go to the m_hDC device context. You can initialize m_hDC and m_hAttribDC to point to different devices. See the CDC class description for more on the use of these two device contexts.

Requirements

Header: afxwin.h

See Also

Reference

CDC Class

Hierarchy Chart

CDC::m_hAttribDC

CDC::SetOutputDC

CDC::ReleaseOutputDC

Other Resources

CDC Members