ixCreateIndexManager
OnixIndexManagerT ixCreateIndexManager(ULongT Passcode1, ULongT Passcode2, StatusCodeT *Status)
Passcode1 -- A long integer specifying the first half of the passcode for your license.
Passcode2 -- A long integer specifying the second half of the passcode for your license.*Status -- A pointer to a value of type StatusCodeT
OnixIndexManager object
Status is set to a value letting you know if an error condition occurred.
ixCreateIndexManager() allocates a block of memory which Onix will use to keep track of all status information needed to use the index. If you intend to create an index or use an existing index, this should be the first function you call. If you call ixCreateIndexManager() be sure call the corresponding function ixDeleteIndexManager() when you are finished using the index in order to prevent memory leaks. ixCreateIndexManager() also requires two long integers as part of its arguments. These long integers specify your license to the indexing engine.
If you are using the time limited evaluation version, please use the passcodes provided. If you do not have the evaluation passcodes, please contact Lextek International (http://www.lextek.com/) for the latest time limited passcodes.