tibasAction_GetSpace()

Returns a valid Space object for the space that triggered this invocation of the persister function. Applicable to Actions of all types.

Declaration

tibas_status tibasAction_GetSpace
     (tibasAction action,
      tibasSpace* space)

Parameters

Parameter Description
action The Action object on which the operation is performed.
space Returns the a Space object associated with the action.

Remarks

Use the tibasAction_GetSpace() function to return the Space object associated with a specified action.