SEDRIS Reference Manual
APPENDIX A - Transmittal Access Level 0 API
Functions
SE GetPublishedObjectList
extern SE_Return_Code
SE_GetPublishedObjectList
(
SE_Transmittal transmittal_in, (notes)
SE_Store store_in, (notes)
SE_Object **published_object_array_ptr, (notes)
SE_Integer_Unsigned *published_obj_count_out_ptr (notes)
);

Definition

Given a handle to a transmittal, returns an array of objects published by that transmittal for possible reference using ITR.


Returns

SE_RET_CODE_SUCCESS and the published object list is returned.//
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 published object array was successfully returned.

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_in

 a handle to the transmittal for which the list shall be
    returned.

store_in

 the store within which the array of SE_Objects should be
    allocated for storing the returned list.

published_object_array_ptr

 a pointer to a pointer to an SE_Object handle.
    The parameter is set to point to an array of SE_Object handles of
    objects published by the transmittal.  This parameter is set to NULL
    if there are no published objects in the transmittal.

published_obj_count_out_ptr

 a pointer to SE_Integer_Unsigned variable from the
    caller into which the number of published objects is stored.  This
    number is the length of the array of SE_Objects returned in the
    published_object_array_ptr parameter.


Prev: SE_GetPublishedLabels. Next: SE_GetReferencedTransmittalList. Up:Index.

Last updated: July 16, 2004 Copyright © 2004 SEDRIS