Get the contents of an integer array represented by a dtsStringHandle
long DLLFUNC dtssIntArrayGetItems(dtsIntArrayHandle hArray, long * pDest, long maxItems);
dtsearch.h
|
Parameters |
Description |
|
long * pDest |
Buffer to receive the integer data |
|
long maxItems |
Size of the pDest buffer, in 32-bit integers |
|
hStr |
Handle to the array |
Length of the array.
dtsIntArrayHandles are used to return variable-length integer arrays from certain dtSearch Engine API functions. To obtain the contents of the array:
|
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.
|