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

fz_fuim_stack_uuid_get_size

Description

Retrieves a data item from a stack itentified by a UUID. This is an advanced version of fz_fuim_stack_uuid_get_size. Stack is automatically craeted with the first call to using the uuid. This gets the data on the stack for the selected item up to size large. If size is greater than the size of the selected data on the stack, the full data item will be returned. Any changes to this data will not affect the data stored on the stack.

Plugin Prototype

fzrt_error_td fz_fuim_stack_uuid_get_size(

fz_fuim_tmpl_ptr

fuim_tmpl,

fzrt_UUID_td

uuid,

fzrt_int

where,

fzrt_int

size,

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

size [Input]

requested amount 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,

Function Set

fz_fuim_fset


Defined in

fz_fuim_api.h