tibasLockOptions_Initialize()

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

Declaration

void tibasLockOptions_Initialize(
    tibasLockOptions* options)

Parameters

Parameter Description
options Specifies a tibasLockOptions structure that specifies the values used for an external lock operation.

Remarks

Use the tibasLockOptions_Initialize() function to initialize the values used to perform an external lock operation. For more information, see tibasSpace_LockEx().