formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT) | Memory

fzrt_dispose_ptr

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(

fzrt_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

fzrt_new_ptr

Function Set

fz_fzrt_mem_fset


Defined in

fzrt_api.h