SEDRIS Reference Manual
APPENDIX A - Transmittal Access Level 0 API
Functions
SE GetTransmittalFromObject
extern SE_Return_Code
SE_GetTransmittalFromObject
(
SE_Object  object_in,1
SE_Transmittal  *transmittal_out_ptr2
);

Definition

Given the DRM object specified by object_in, this function returns in transmittal_out_ptr a handle to the transmittal containing the DRM object.


Returns

SE_RETCOD_SUCCESS and the transmittal handle is returned.
SE_RETCOD_FAILURE and the status code is set appropriately if the call failed.

Status Codes

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_INPUT_OBJECT set if object_in is unresolved.
SE_STATCODE_INACTIONABLE_FAILURE set if the call fails for any other reason.


Parameters Notes

1 the object for which the transmittal is being queried.

2 a pointer to an SE_Transmittal variable, provided by the user. A handle to the transmittal containing the object corresponding to id will be copied into *transmittal_out_ptr by this function.


Prev: SE_GetSRFContextInfo. Next: SE_GetTransmittalLocation. Up:Index.