CDC::Attach

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

BOOL Attach(
   HDC hDC 
);

Parameters

  • hDC
    A Windows device context.

Return Value

Nonzero if the function is successful; otherwise 0.

Remarks

The hDC is stored in both m_hDC, the output device context, and in m_hAttribDC, the attribute device context.

Requirements

Header: afxwin.h

See Also

Reference

CDC Class

Hierarchy Chart

CDC::Detach

CDC::m_hDC

CDC::m_hAttribDC

Other Resources

CDC Members