Get information about an index
void DLLFUNC dtssGetIndexInfo(const char * indexPath, dtsIndexInfo& info, short& resultFlag);
dtsearch.h
|
Parameters |
Description |
|
const char * indexPath |
Path of the index |
|
dtsIndexInfo& info |
Structure to receive returned information about the index |
|
short& resultFlag |
0 on success, or -1 if an error occurred |
|
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.
|