tibasAdmin_Free()

Destroys allocated resources and frees memory.

Declaration

tibas_status tibasAdmin_Free
(tibasAdmin* admin)

Parameters

Parameter Description
admin The TIBCO ActiveSpaces entity on which the function is invoked.

Remarks

Use the tibasAdmin_Free() command to free the resources and memory allocated to a specified Admin manager.

The value for the admin parameter is returned when you create an Admin manager by calling the tibasAdmin_Create() function.