Handle to a string
File
File: dtsearch.h
Syntax
Group
Remarks
dtsStringHandles are used to return variable-length string values from certain dtSearch Engine API functions. To obtain the text of the string,
- Use dtssStringGetLength to get the length of the string,
- Allocate a buffer large enough for the string, plus a terminating null,
- Call dtssStringGetText to obtain the text of the string, and
- Call dtssStringDelete to free the memory that was allocated for the string.