tibasTakeOptions_Initialize()

Sets the values in a structure used to call the tibasSpace_TakeAllEx() function or the tibasSpace_CompareAndTakeAllEx() function.

Declaration

void tibasTakeOptions_Initialize(
    tibasTakeOptions* options);

Parameters

Parameter Description
options Specifies a tibasTakeOptions structure that specifies the values used for an external take or an external compare and take.

Remarks

Use the tibasTakeOptions_Initialize() function to initialize the values used to perform an external take operation or an external compare and take operation. For more information, see tibasSpace_TakeAllEx().