CWindowImpl::GetWindowProc

 

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