다음을 통해 공유


CWindowDC::m_hWnd

The HWND of the CWnd pointer is used to construct the CWindowDC object.

HWND m_hWnd;

Remarks

m_hWnd is a protected variable of type HWND.

Example

See the example for CWindowDC::CWindowDC.

Requirements

Header: afxwin.h

See Also

Reference

CWindowDC Class

Hierarchy Chart

Other Resources

CWindowDC Members