ixCreateIndexManager
Name
ixCreateIndexManager
Synopsis
OnixIndexManagerT ixCreateIndexManager(ULongT Passcode1, ULongT Passcode2, StatusCodeT *Status)
Arguments
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 representing any error conditions.
Returns
OnixIndexManager object
If an error occurred, Status will be set to the error number.
Description
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 for the latest time limited passcodes.
See Also
The Index Manager
ixDeleteIndexManager