formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT) | Memory
Description
Disposes of memory allocated by fzrt_new_ptr. The pointer is invalid after the call to this function.
Plugin Prototype
fzrt_error_td fzrt_dispose_ptr(
p ) |
Parameters
p [Input]
pointer to memory allocated by fzrt_new_ptr
Returns
FZRT_NOERR if successful, otherwise an error ID
Availability
5.0.0.0
See Also
Function Set
Defined in