SEDRIS Reference Manual
APPENDIX A - Transmittal Access Level 0 API Functions SE ObjectsAreSame |
---|
extern SE_Return_Code | |||
SE_ObjectsAreSame | |||
( | |||
SE_Object | object1_in, | 1 | |
SE_Object | object2_in, | 2 | |
SE_Boolean | * | result_out_ptr | 3 |
); |
Checks whether two SE_Objects both refer to the same DRM object.
SE_RETCOD_SUCCESS | and returns whether the object handles refer to the same object. |
SE_RETCOD_FAILURE | and the status code is set appropriately if the call failed. |
SE_Status_Code(s) when SE_RETCOD_SUCCESS is returned:
SE_STATCODE_SUCCESS | set if valid parameters were passed in and all operations succeeded. |
SE_Status_Code(s) when SE_RETCOD_FAILURE is returned:
SE_STATCODE_UNRESOLVED_OUTPUT_OBJECT | set if either object1_in or object2_in is not a currently resolved object (see SE_Object's comments for details on how this condition occurs). |
SE_STATCODE_INACTIONABLE_FAILURE | set if the call fails for any other reason. |
1 the first object to be compared; must be resolved.
2 the second object to be compared; must be resolved.
3 a pointer to an SE_Boolean variable in the user's memory space where the answer will be stored.
Prev: SE_ObjectIsResolved.
Next: SE_OpenTransmittalByLocation.
Up:Index.
|