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
Questo browser non è più supportato.
Esegui l'aggiornamento a Microsoft Edge per sfruttare i vantaggi di funzionalità più recenti, aggiornamenti della sicurezza e supporto tecnico.
The HWND of the CWnd pointer is used to construct the CWindowDC object.
HWND m_hWnd;
m_hWnd is a protected variable of type HWND.
See the example for CWindowDC::CWindowDC.
Header: afxwin.h