formZ SDK | 5.0 API Reference | System | User Interface (FUIM) | Templates
Description
Puts a data item on the stack. 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_put(
fuim_tmpl, | |
short | where, |
fzrt_int | size, |
void * | data ) |
Parameters
fuim_tmpl [Input]
fuim manager
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
5.0.0.0
See Also
,,
Function Set
Defined in