Use this member function to attach an hDC to the CDC object.
BOOL Attach( HDC hDC );
A Windows device context.
Nonzero if the function is successful; otherwise 0.
The hDC is stored in both m_hDC, the output device context, and in m_hAttribDC, the attribute device context.
Header: afxwin.h