SEDRIS Reference Manual
APPENDIX A - LEVEL 0 READ and WRITE API Functions SE TransmittalsAreSame |
---|
extern SE_Status_Code | |||
SE_TransmittalsAreSame | |||
( | |||
SE_Transmittal | transmittal_a, | (notes) | |
SE_Transmittal | transmittal_b, | (notes) | |
SE_Boolean | * | result_out_ptr | (notes) |
); |
Given two SE_Transmittal handles, determines whether they reference the same SEDRIS transmittal.
SE_STAT_CODE_SUCCESS | and *result_out_ptr is set to indicate the result of the evaluation, if valid parameters were passed in and the transmittals referenced are both valid and open. |
SE_STAT_CODE_NULL_REQUIRED_PARAMETER | and *result_out_ptr is left unaltered, if result_out_ptr is NULL. |
SE_STAT_CODE_INVALID_OR_NULL_TRANSMITTAL | and *result_out_ptr is set to SE_FALSE, if either of the transmittal parameters is not a handle to a valid, open SEDRIS transmittal. |
SE_STAT_CODE_FAILURE | and *result_out_ptr is set to SE_FALSE, if the API implementation specified does not provide this function in its shared library, and dynamic binding is specified at compile time. |
the first transmittal handle that should be evaluated.
the second transmittal handle that should be evaluated.
a pointer to an SE_Boolean variable from the user. The *result_out_ptr value will be set by this function to SE_TRUE if both transmittal handles referenced the same SEDRIS transmittal. Otherwise, it will be set to SE_FALSE.
Prev: SE_StringToObjectID.
Next: SE_UnpublishObject.
Up:Index.
|