CWindowImpl::UnsubclassWindow

This method detaches the subclassed window from the CWindowImpl object and restores the original window procedure, saved in m_pfnSuperWindowProc.

At a Glance

Header file: Atlwin.h
Windows CE versions: 2.0 and later
Complete documentation: Visual C++ documentation

Syntax

HWND UnsubclassWindow( );

See Also

CWindowImpl::SubclassWindow