tibasRecoveryOptions_Initialize()

Sets the values in a structure used to call the tibasMetaspace_RecoverSpaceEx() function.

Declaration

void tibasRecoveryOptions_Initialize(
    tibasRecoveryOptions* options)

Parameters

Parameter Description
options Specifies a tibasRecoveryOptions structure that specifies the options for a tibasMetaspace_RecoverSpaceEx operation.

Remarks

Use the tibasRecoveryOptions_Initialize() function to set the values used for recovering a space.

The options parameter specifies the recovery options to be initialized. For more information, see tibasMetaspace_RecoverSpaceEx().