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

fz_fuim_stack_uuid_put

Description

Puts 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. The where parameter tells the stack where this data is to be stored and the size tells the stack how big the data is. The same value for where is used when getting the data from the stack.

Plugin Prototype

fzrt_error_td fz_fuim_stack_uuid_put(

fz_fuim_tmpl_ptr

fuim_tmpl,

fzrt_UUID_td

uuid,

short

where,

fzrt_int

size,

void *

data )

Parameters

fuim_tmpl [Input]

fuim manager

uuid [Input]

uuid id of stack

where [Input]

location index of where the data item is to be put in the stack

size [Input]

size of data item

data [Input]

data item to put 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

fz_fuim_fset


Defined in

fz_fuim_api.h