- Parameters:
- TimeValue t
This is the current time.
IParamMap
*map
This is a pointer to the parameter map.
HWND hWnd
This is the handle to the dialog.
UINT msg
This is the message that should be processed by the dialog
proc.
WPARAM wParam
This is a parameter that holds message specific information.
LPARAM lParam
This is a parameter that holds message specific information.
- Returns:
- This is essentially the equivalent of a normal Windows dialog
proc, so it should return whatever value a normal dialog proc
returns for the message. An exception is that the value
REDRAW_VIEWS may be returned to cause the viewports to be
redrawn.
Implements
ParamMapUserDlgProc.