CPaintDC::m_hWnd
HWND auquel cet objet d' CPaintDC est attaché.
HWND m_hWnd;
Notes
m_hWnd est une variable protégée de type HWND.
Exemple
// Get a dc for a CWnd object pointer.
CPaintDC dc(pWnd);
// Send my private massage.
::SendMessage(pWnd->m_hWnd, WM_MYMESSAGE, (LPARAM) &dc.m_ps, 0);
Configuration requise
Header: afxwin.h