formZ SDK | 5.0 API Reference | System | User Interface (FUIM) | Templates
Description
Sets a fuim item to be true when the associated unsigned character data (data_ptr) is true (true_value). The item is true when the value in data_ptr equals true_value.
Plugin Prototype
void fz_fuim_item_binary_uchar(
fuim_tmpl, | |
short | item_id, |
unsigned char * | data_ptr, |
unsigned char | true_value, |
unsigned char | false_value ) |
Parameters
fuim_tmpl [Input]
fuim manager
item_id [Input]
item id
data_ptr [Input]
pointer to data to check for true value
true_value [Input]
value that indicates true
false_value [Input]
value that indicates false
Returns
None
Availability
5.0.0.0
See Also
,,, ,,
Function Set
Defined in