CDC::m_hDC
Remarks
The output device context for this CDC object. 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.
CDC Overview | Class Members | Hierarchy Chart
See Also CDC::m_hAttribDC, CDC::SetOutputDC, CDC::ReleaseOutputDC