Share via


CDialogImpl::GetDialogProc

Returns DialogProc, the current dialog box procedure.

virtual WNDPROC GetDialogProc( );

Return Value

The current dialog box procedure.

Remarks

Override this method to replace the dialog procedure with your own.

Requirements

Header: atlwin.h

See Also

Reference

CDialogImpl Class

CDialogImpl::DialogProc

CDialogImpl::OnFinalMessage

Other Resources

CDialogImpl Members