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

fz_fuim_alrt_ptr_add_button

Description

Adds a button to a custom alert. The alert must first be created with .

Plugin Prototype

fzrt_int fz_fuim_alrt_ptr_add_button(

fz_fuim_alrt_ptr

fuim_alrt,

fzrt_int

button_id,

fz_fuim_alrt_butn_opts_enum

button_opts,

fz_fuim_alrt_button_enum

button_kind,

char *

str )

Parameters

fuim_alrt [Input]

alert pointer

button_id [Input]

identifier for button. Used to Identify which button is selected by the user and returned by

button_opts [Input]

button options

button_kind [Input]

kind of button

str [Input, Optional]

Title of string to appear in button if button_kind == FZ_FUIM_ALRT_BUTTON_CUSTOM

Returns

error codes

Availability

5.0.0.0

See Also

,,

Function Set

fz_fuim_fset


Defined in

fz_fuim_alrt_api.h