tibasPutOptions_Initialize()

Sets the values in a structure used to call the tibasSpace_PutAllEx() function or the tibasSpace_CompareAndPutAllEx() function.

Declaration

void tibasPutOptions_Initialize(
    tibasPutOptions* options)

Parameters

Parameter Description
Options Specifies a tibasPutOptions structure that specifies the values used for an external put or an external compare and put.

Remarks

Use the tibasPutOptions_Initialize() function to initialize the values used to perform an external put operation or an external compare and put operation. For more information, see tibasSpace_PutAllEx().