SEDRIS Reference Manual
APPENDIX A - Transmittal Access Level 0 API Functions SE TransmittalsAreSame |
---|
extern SE_Return_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_RET_CODE_SUCCESS | the transmittal handles refer to the same transmittal. |
SE_RET_CODE_FAILURE | and the status code is set appropriately if the call failed. |
SE_Status_Code(s) when SE_RET_CODE_SUCCESS is returned:
SE_STAT_CODE_SUCCESS | set if valid parameters were passed in and the transmittals referenced are both valid and open. |
SE_Status_Code(s) when SE_RET_CODE_FAILURE is returned:
SE_STAT_CODE_INACTIONABLE_FAILURE | set if the call fails for any reason. |
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_SetUserData.
Next: SE_UnpublishObject.
Up:Index.
|