PTMAP_free_ptm_rsp

Memory for the PTM_RSP structure is not automatically deallocated. Applications must use the PTMAP_free_ptm_rsp function to deallocate memory for ptm_rsp . This function returns the value NULL in ptm_rsp_ptr , where ptm_rsp_ptr is a pointer to a PTM_RSP structure. This function also deallocates memory for the PTM_DATA structure ptm_rsp_ptr -> data .

Syntax

PTM_RSP *PTMAP_free_ptm_rsp (ptm_rsp_ptr)
PTM_RSP *ptm_rsp_ptr;

Input Arguments

ptm_rsp_ptr Pointer to the PTMAP response structure.

Output Arguments

ptm_rsp_ptr Value of pointer is set to NULL.

Return Value

None.