CWindowImpl::SubclassWindow

BOOL SubclassWindow( HWND hWnd );

Return Value

TRUE if the window is successfully subclassed; otherwise, FALSE.

Parameters

hWnd

[in] The handle to the window being subclassed.

Remarks

Subclasses the window identified by hWnd and attaches it to the CWindowImpl object. The subclassed window now uses CWindowImpl::WindowProc. The original window procedure is saved in m_pfnSuperWindowProc.

Note   Do not call SubclassWindow if you have already called Create.

CWindowImpl OverviewClass Members

See Also

CWindowImpl::UnsubclassWindow