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)
);

Definition

Given two SE_Transmittal handles, determines whether they reference the same SEDRIS transmittal.


Returns

SE_RET_CODE_SUCCESS the transmittal handles refer to the same transmittal.
SE_RET_CODE_FAILUREand the status code is set appropriately if the call failed.

Status Codes

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.


Parameters Notes


transmittal_a

 the first transmittal handle that should be evaluated.

transmittal_b

 the second transmittal handle that should be evaluated.

result_out_ptr

 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.

Last updated: July 16, 2004 Copyright © 2004 SEDRIS