CWindowImpl::GetWindowProc

virtual WNDPROC GetWindowProc( );

Return Value

The current window procedure.

Remarks

Returns WindowProc, the current window procedure. Override this method to replace the window procedure with your own.

CWindowImpl OverviewClass Members

See Also

CWindowImpl::OnFinalMessage, CWindowImpl::UnsubclassWindow, CWindowImpl::WindowProc