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.
Returns WindowProc, the current window procedure.
Syntax
virtual WNDPROC GetWindowProc( );
Return Value
The current window procedure.
Remarks
Override this method to replace the window procedure with your own.
Requirements
Header: atlwin.h
See Also
CWindowImpl Class
CWindowImpl::OnFinalMessage
CWindowImpl::UnsubclassWindow
CWindowImpl::WindowProc