formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT) | Memory
Description
Gets the available memory in specified mem zone. This will return the amount of free memory in one mem zone.
Plugin Prototype
fzrt_error_td fz_mem_zone_free_bytes(
zone_ptr, | |
fzrt_unsigned_int * | free ) |
Parameters
zone_ptr [Input]
mem zone of which to get the free bytes
free [Result]
pointer to fzrt_int that receives the amount of free space in bytes
Returns
FZRT_NOERR on success, error ID otherwise.
Availability
5.0.0.0
See Also
Function Set
Defined in