tibasSpaceResultList_GetStatus()

Returns the status value of the space result stored at a specified position in a specified SpaceResult list.

Declaration

tibas_status tibasSpaceResultList_GetStatus(
    tibasSpaceResultList resultList,
    tibas_status*        status,
    tibas_int            index) 

Parameters

  Description
resultList The SpaceResultList object on which the function is invoked.
status The status value returned by the function.
index The index position of the SpaceResult object for which to return a status value.

Remarks

Use the tibasSpaceResultList_GetStatus() function to return the status of a space result at a specified position in a SpaceResultList If the status indicates that there is an error in the space result, you can call the tibasSpaceResultList_GetError() function to determine the error.