FarDialogEvent
main
|
Dialog API
FarDialogEvent
structure describes an event, sent to the
ProcessDialogEvent
function.
struct FarDialogEvent { HANDLE hDlg; int Msg; int Param1; LONG_PTR Param2; LONG_PTR Result; };
Elements
hDlg
Dialog handle
Msg
One of the
messages or events
Param1
Param 1
Param2
Param 2
Result
Dialog handler return code.
Remarks
See also:
Structures
,
ProcessDialogEvent
,
Dialog API