int WINAPI ProcessDialogEvent( int Event, void *Param );
| Event | Description |
|---|---|
| DE_DLGPROCINIT |
Event was sent to the dialog handler. Param - pointer to the FarDialogEvent structure. |
| DE_DEFDLGPROCINIT |
Event was sent to the internal dialog handler. Param - pointer to the FarDialogEvent structure. |
| DE_DLGPROCEND |
Dialog handler processed the event. FarDialogEvent.Result contains the dialog handler return value. Param - pointer to the FarDialogEvent structure. |