tibasEventBrowser_Free()

Destroys allocated resources and frees memory.

Declaration

tibas_status tibasEventBrowser_Free
(tibasEventBrowser* eventBrowser)

Parameters

Parameter Description
eventBrowser The event browser that you want to free. The eventBrowser object is returned when you activate the event browser by calling the tibasMetaspace_BrowseEvents() function or the tibasSpace_BrowseEvents() function.

Remarks

Use the tibasEventBrowser_Free() function to free the space used by a specified event browser.