Query: dtsearchreinit
OS: hpux
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DtSearchReinit(library call) DtSearchReinit(library call)NAMEDtSearchReinit -- Reinitialize the DtSearch online APISYNOPSIS#include <Dt/Search.h> int DtSearchReinit( char ***dbnames, int *dbcount);DESCRIPTIONDtSearchReinit closes and reopens databases and other files as necessary, and reinitializes the search engine API. It is typically used after either databases or the ocf file have been externally changed to force the search engine to reinitialize itself, and to acquire the new database names if any. It can also be used after any function returns DtSrREINIT to acquire the new database names.ARGUMENTSdbnames Specifies the address where a pointer to an array of static database name string pointers will be placed. The dbnames pointer from a previous DtSearchInit or DtSearchReinit may no longer be valid. Each string identifies a single successfully opened data- base. A database name string from this array is required for most other API function calls. The dbn member in DtSrResult is an index into this array. dbcount Specifies a pointer where the size of the dbnames array will be stored.RETURN VALUEDtSearchReinit returns DtSrOK and the current dbnames array if the reinitialization was successful or if reinitialization was not neces- sary. It returns DtSrERROR and messages on the MessageList on any other condition.SEE ALSODtSrAPI(3), DtSearchInit(3), DtSearchGetMessages(3), dtsrocffile(4), DtSearch(5) DtSearchReinit(library call)
Related Man Pages |
---|
gd_field_list(3) - debian |
dtsearchexit(3) - hpux |
dtsearchgetkeytypes(3) - hpux |
dtsearchinit(3) - hpux |
dtsearchquery(3) - hpux |
Similar Topics in the Unix Linux Community |
---|
Case statement/sed command |