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

fz_fuim_stack_get

Description

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

fz_fuim_tmpl_ptr

fuim_tmpl,

fzrt_int

where,

void *

data )

Parameters

fuim_tmpl [Input]

fuim manager

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

5.0.0.0

See Also

,,

Function Set

fz_fuim_fset


Defined in

fz_fuim_api.h