formZ SDK | 5.0 API Reference | System | User Interface (FUIM) | Templates
Description
Retrieves a data item from a stack itentified by a UUID. This is an advanced version of fz_fuim_stack_uuid_get. Stack is automatically craeted with the first call to using the uuid. This gets the value of a data item on the stack. Any changes to this data will not affect the data stored on the stack. The where parameter is the same value as used when calling .
Plugin Prototype
fzrt_error_td fz_fuim_stack_uuid_get(
fuim_tmpl, | |
uuid, | |
fzrt_int | where, |
void * | data ) |
Parameters
fuim_tmpl [Input]
fuim manager
uuid [Input]
uuid id of stack
where [Input]
location index of the data item to retrieve from the stack
data [Result]
data item retrieved from the stack
Returns
Error codes
Availability
7.0.0.0
See Also
, fz_fuim_stack_uuid_get_size,
Function Set
Defined in