formZ SDK | 5.0 API Reference | System | User Interface (FUIM) | Dialogs
Description
Invokes a dialog with a project window index and a data pointer.
Plugin Prototype
short fz_fuim_dlog_drive_windex(
fzrt_int | windex, |
fuim_setup_windex, | |
void * | data ) |
Parameters
windex [Input]
project window index passed into fuim_setup_windex
fuim_setup_windex [Input]
function pointer for dialog setup function
data [Input]
data pointer passed into fuim_setup_windex
Returns
FZRT_STD_OK if OK button selected.
FZRT_STD_CANCEL if Cancel button selected.
A different value may also be returned, if the dialog driver chooses to return a custom value. This
will be documented on a per dialog basis.
Availability
5.0.0.0
See Also
, fz_fuim_dlog_drive_data, fz_fuim_setup_windex_func
Function Set
Defined in