CWnd::GetSafeHwnd
Visual Studio 2012
Returns m_hWnd, or NULL if the this pointer is NULL.
HWND GetSafeHwnd( ) const;
See the example for CWnd::SubclassWindow.
Returns m_hWnd, or NULL if the this pointer is NULL.
HWND GetSafeHwnd( ) const;
See the example for CWnd::SubclassWindow.