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

fz_fuim_stack_get_size

Description

Retrieves a data item from the stack. 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_get_size(

fz_fuim_tmpl_ptr

fuim_tmpl,

fzrt_int

where,

fzrt_int

size,

void *

data )

Parameters

fuim_tmpl [Input]

fuim manager

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

5.0.0.0

See Also

,,

Function Set

fz_fuim_fset


Defined in

fz_fuim_api.h