Links
dtSearch Text Retrieval Engine Programmer's Reference
dtsStringHandle Type
Types | Send Feedback

Handle to a string

typedef void * dtsStringHandle;
File

dtsearch.h

Remarks

dtsStringHandles are used to return variable-length string values from certain dtSearch Engine API functions. To obtain the text of the string,

  1. Use dtssStringGetLength to get the length of the string,
  2. Allocate a buffer large enough for the string, plus a terminating null,
  3. Call dtssStringGetText to obtain the text of the string, and
  4. Call dtssStringDelete to free the memory that was allocated for the string.
Group
Links
You are here: C++ API > Types > dtsStringHandle Type
Copyright (c) 1995-2008 dtSearch Corp. All rights reserved.