snalu62_free_mem(3) — Subroutines
Name
snalu62_free_mem − Deallocates memory allocated by the interface. Use this verb only to return memory allocated by the interface.
FORMAT
STATUS_RTN snalu62_free_mem(
void ∗pointer,
UINT32 type
);
Arguments
pointer
A pointer to the structure that describes the memory that the interface should deallocate.
type
A UINT32 value specifying the type of structure referenced in the pointer parameter. Specify one of the following values:
•SNALU62_C_ATTACH_MGR
•SNALU62_C_BUFFER
•SNALU62_C_CONV_GROUP_LIST
•SNALU62_C_PIP_DATA
•SNALU62_C_RES_ID
•SNALU62_C_SECUR_INFO
•SNALU62_C_SECUR_LIST
•SNALU62_C_TP_NAME
Use SNALU62_C_RES_ID only when you use the snalu62_attach_listen verb and subsequent processing to pass the allocation request to another program. Normally, this data structure is deallocated by the snalu62_deallocate verb.
Description
Return Values
SNALU62_S_OK
normal successful completion
SNALU62_S_CONVCANC
conversation cancelled
SNALU62_S_UNSUC
verb did not execute successfully