formZ SDK | 5.0 API Reference | System | User Interface (FUIM) | Templates
Description
This union is used for getting return values from the item function ( fz_fuim_item_func).
typedef struct fz_fuim_type_td {
fuim_boolean; | |
char | fuim_char; |
unsigned char | fuim_uchar; |
short | fuim_short; |
unsigned short | fuim_ushort; |
fzrt_int | fuim_int; |
fzrt_unsigned_int | fuim_uint; |
float | fuim_float; |
double | fuim_double }; |
Members
fuim_boolean
Storage for boolean data.
fuim_char
Storage for character data.
fuim_uchar
Storage for unsigned character data.
fuim_short
Storage for short data.
fuim_ushort
Storage for unsigned short data.
fuim_int
Storage for fzrt_int data.
fuim_uint
Storage for fzrt_unsigned_int data.
fuim_float
Storage for float data.
fuim_double
Storage for double data.
Availability
5.0.0.0
Defined in