![]() |
![]()
| ![]() |
![]()
NAMEDtSearchGetKeytypes — Access the Keytypes array for a DtSearch database SYNOPSIS#include &<Dt/Search.h> int DtSearchGetKeytypes( char *dbname, int *ktcount, DtSrKeytype **keytypes); DESCRIPTIONThe DtSearchGetKeytypes function returns a pointer to the keytypes array of the specified database. The caller may modify the is_selected member of any DtSrKeytype but should not alter any other member values. This function may be called anytime after DtSearchInit. ARGUMENTS
RETURN VALUEReturns DtSrOK and keytypes pointer and size. Any API function can also return DtSrREINIT or the return codes for fatal engine errors, as well as messages on the MessageList, at any time. SEE ALSOdtsrcreate(1), DtSearchQuery(3), DtSrAPI(3), DtSearch(5)
|