GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
DtSearchGetKeytypes(library call) DtSearchGetKeytypes(library call)

DtSearchGetKeytypes — Access the Keytypes array for a DtSearch database

#include &<Dt/Search.h>
int DtSearchGetKeytypes(
char *dbname,
int *ktcount,
DtSrKeytype **keytypes);

The 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.

Specifies for which database the keytypes are requested. It is any one of the database name strings from the array returned from DtSearchInit or DtSearchReinit. If dbname is NULL, the first database name string in the array is used.
Specifies the address of the integer where the keytypes array size will be stored.
Specifies the address where pointer to keytypes array will be stored.

Returns 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.

dtsrcreate(1), DtSearchQuery(3), DtSrAPI(3), DtSearch(5)


Search for    or go to Top of page |  Section l |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.