CDC::SetOutputDC

Call this member function to set the output device context, m_hDC.

virtual void SetOutputDC(
   HDC hDC 
);

Параметры

  • hDC
    A Windows device context.

Заметки

This member function can only be called when a device context has not been attached to the CDC object. This member function sets m_hDC but does not attach the device context to the CDC object.

Требования

Header: afxwin.h

См. также

Основные понятия

CDC Class

CDC Members

Hierarchy Chart

CDC::SetAttribDC

CDC::ReleaseAttribDC

CDC::ReleaseOutputDC

CDC::m_hDC