Initial Release 4.0

Function : ID Table
IDDestroyTable - Free all memory associated with an ID Table.
----------------------------------------------------------------------------------------------------------

#include <idtable.h>

STATUS LNPUBLIC IDDestroyTable(
DHANDLE hTable
);

Description :

This function deallocates all memory associated with an ID Table. Use this function instead of OSMemFree to free the ID Table's memory.

Parameters :

See Also :

IDCreateTable
----------------------------------------------------------------------------------------------------------