ixCreateIndex -- Creates an empty index on the disk
ixCreateIndexCreationParams(StatusCodeT *Status);
Status -- StatusCode
A valid index creation params object.
Status is set to an error value if there was an error condition.
Often it is desirable to create an index which goes beyond the defaults set in ixCreateIndex. ixCreateIndexCreationParams() creates an object where you can set a wide variety of parameters for the behavior of an index. The various settings can be set via ixSetIndexCreationParams. The index can then be created by calling ixCreateIndexEx. When you are finished with the index creation parameters, you will need to dispose of them by calling ixDeleteIndexCreationParams.
ixCreateIndex, ixCreateIndexEx,
ixDeleteIndexCreationParams,
ixResetIndexCreationParams,
ixSetIndexCreationParams