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

fz_fuim_alrt_std_name

Description

Standard name alert. Invokes the standard alert asking the user for a simple single text input. This is useful for posting a simple notification to the user where the answer is a string.

Plugin Prototype

fzrt_int fz_fuim_alrt_std_name(

char *

prmt_str,

char *

name,

fzrt_int

max_len )

Parameters

prmt_str [Input]

alert pointer

name [Result]

alert pointer

max_len [Input]

maximum of characters (bytes) that name can hold (including trailing '\0')

Returns

FZRT_STD_OK if OK button selected.
FZRT_STD_CANCEL if Cancel button selected

Availability

5.0.0.0

Function Set

fz_fuim_fset


Defined in

fz_fuim_alrt_api.h