CWindowImpl::UnsubclassWindow

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

Syntax

HWND UnsubclassWindow( );

At a Glance

Header file: Atlwin.h
Platforms:
Versions: Version 2.0 and later
Complete documentation: Visual C++ documentation

See Also

CWindowImpl Overview, CWindowImpl Methods, CWindowImpl::SubclassWindow