CWnd::Detach
Detaches a Windows handle from a CWnd object and returns the handle.
HWND Detach( );
Return Value
A HWND to the Windows object.
Example
See the example for CWnd::Attach.
Requirements
Header: afxwin.h
Detaches a Windows handle from a CWnd object and returns the handle.
HWND Detach( );
A HWND to the Windows object.
See the example for CWnd::Attach.
Header: afxwin.h