formZ SDK | 5.0 API Reference | System | User Interface (FUIM) | Dialogs

fz_fuim_dlog_drive

Description

Invokes a dialog. The content of the dialog is specified by the fuim_setup function. The fuim_setup function is called by the dialog driver to create the content for the dialog. If the content is successfully created then the dialog is opened and in a movable modal window on the screen. The dialog stays on the screen until the user closes the dialog by selecting the OK or Cancel buttons.

Plugin Prototype

short fz_fuim_dlog_drive(

fz_fuim_setup_func

fuim_setup )

Parameters

fuim_setup [Input]

function pointer for dialog setup function

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_dlog_drive_windex, fz_fuim_setup_func

Function Set

fz_fuim_fset


Defined in

fz_fuim_api.h