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

fz_fuim_alrt_ptr_init

Description

Creates a custom alert. This function allocates memory for a new custom alert. The functions , should be used to create the content of the alert. The alert is then shown on the screen using which returns the button that is clicked by the user. The alert should be freed with a call to .

Plugin Prototype

fzrt_error_td fz_fuim_alrt_ptr_init(

fz_fuim_alrt_ptr *

fuim_alrt,

fz_fuim_alrt_flag_enum

flags,

fz_fuim_alrt_icon_enum

alrt_icon,

char *

alrt_title )

Parameters

fuim_alrt [Result]

pointer to alert

flags [Input]

option flags

alrt_icon [Input]

icon to show in alert

alrt_title [Input, Optional]

Alert name to appear in title bar

Returns

Error codes

Availability

5.0.0.0

See Also

fz_fuim_alrt_flag_enum, fz_fuim_alrt_icon_enum,,

Function Set

fz_fuim_fset


Defined in

fz_fuim_alrt_api.h