Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Subclasses the window identified by hWnd and attaches it to the CContainedWindowT object.
BOOL SubclassWindow(
HWND hWnd
);
Parameters
- hWnd
[in] The handle to the window being subclassed.
Return Value
TRUE if the window is successfully subclassed; otherwise, FALSE.
Remarks
The subclassed window now uses CContainedWindowT::WindowProc. The original window procedure is saved in m_pfnSuperWindowProc.
Note
Do not call SubclassWindow if you have already called Create.
Requirements
Header: atlwin.h
See Also
Reference
CContainedWindowT::UnsubclassWindow