Close
dtSearch Text Retrieval Engine Programmer's Reference
dtssStringDelete Function

File: dtsearch.h

Syntax
C++
void DLLFUNC dtssStringDelete(dtsStringHandle hStr);
Parameters
Description
dtsStringHandle hStr
Handle to the string

Free the memory allocated for a string that was returned as a dtsStringHandle

dtsStringHandles are used to return variable-length string values from certain dtSearch Engine API functions. After retrieving the text of the string, the caller must use dtssStringDelete to free the memory that was allocated for the string.