formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT) | Memory
Description
Gets the amount of free physical memory. This function will return amount of memory that has not been allocated than can still fit in physical RAM. This does not necessarily mean that you can allocate this much memory, or that allocating this amount of memory is guaranteed to remain in physical memory.
Plugin Prototype
fzrt_error_td fzrt_FreeMemPhys(void)
Returns
FZRT_NOERR if successful, err code otherwise
Availability
5.0.0.0
Function Set
Defined in