CWindowImpl::UnsubclassWindow

HWND UnsubclassWindow( );

Return Value

The handle to the window previously subclassed.

Remarks

Detaches the subclassed window from the CWindowImpl object and restores the original window procedure, saved in m_pfnSuperWindowProc.

CWindowImpl OverviewClass Members

See Also

CWindowImpl::SubclassWindow