Links
dtSearch Text Retrieval Engine Programmer's Reference 7.70
dtssStringDelete Function
Functions | Send Feedback

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

void DLLFUNC dtssStringDelete(dtsStringHandle hStr);
File

dtsearch.h

Parameters
Parameters 
Description 
dtsStringHandle hStr 
Handle to the string 
Remarks

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.

Group
Links
You are here: C++ API > Functions > dtssStringDelete Function
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.