ixCreateIndexCreationParams
Name
ixCreateIndexCreationParams
Synopsis
ixCreateIndexCreationParams(StatusCodeT *Status)
Arguments
Status: A pointer to a value of type StatusCodeT representing any error conditions.
Returns
A valid index creation params object.
If an error occurred, Status will be set to the error number.
Description
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.
See Also
Creating Indexes
ixCreateIndex, ixCreateIndexEx, ixDeleteIndexCreationParams, ixResetIndexCreationParams, ixSetIndexCreationParams