formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT) | Memory
Description
Initializes memory. This will set the number of bytes of memory pointed to by ptr to zeros.
Plugin Prototype
void fzrt_init_mem_block(
ptr, | |
fzrt_int | size ) |
Parameters
ptr [Input, Result]
pointer to memory to clear
size [Input]
The number of bytes to clear
Returns
FZRT_NOERR on success, otherwise an error ID
Availability
5.0.0.0
See Also
Function Set
Defined in