List aRange words around cursorWord in the index.
void listWords(const char * cursorWord, long aRange);
|
Parameters |
Description |
|
const char * cursorWord |
The word the user is currently typing |
|
long aRange |
Number of words to list before and after cursorWord in the index |
|
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.
|