IAPI::FreeStringTable

method FreeStringTable.

Frees string table and its associated elements.

 

HRESULT FreeStringTable(
  long hStringTable
);

Parameters

hStringTable

[in] .   Handle of string table, created by MallocStringtable()

Return Values

S_OK

The operation was successfull.

E_UNEXPECTED

An unexpected error occoured.

E_FAIL

A general error occoured.

See Also

IAPI