Expand Minimize
This topic has not yet been rated - Rate this topic

CDC::Attach

Use this member function to attach an hDC to the CDC object.

BOOL Attach( 
   HDC 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

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.