formZ SDK | 5.0 API Reference | System | User Interface (FUIM) | Templates
Description
Gets a pointer to a data item on a stack itentified by a UUID. This is an advanced version of . Stack is automatically craeted with the first call to using the uuid. Any changes to the data referenced by this pointer will 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_ptr(
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 get the pointer from the stack
data [Result]
pointer to the data item on the stack
Returns
Error codes
Availability
7.0.0.0
See Also
fz_fuim_stack_uuid_get, fz_fuim_stack_uuid_get_size,
Function Set
Defined in