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

Handle to an array of 32-bit integers

typedef void * dtsIntArrayHandle;
File

dtsearch.h

Remarks

dtsIntArrayHandles are used to return variable-length integer arrays from certain dtSearch Engine API functions. To obtain the contents of the array:

  1. Use dtssIntArrayGetLength to get the length of the array,
  2. Allocate a buffer large enough for the array,
  3. Call dtssIntArrayGetItems to obtain the contents of the array, and
  4. Call dtssIntArrayDelete to free the memory that was allocated for the string.
Group
Links
You are here: C++ API > Types > dtsIntArrayHandle Type
Copyright (c) 1995-2008 dtSearch Corp. All rights reserved.