SEDRIS Reference Manual
APPENDIX A - Transmittal Access Level 0 API
Types
SE_Remaining_Packed_Hierarchies_List
/*
 * STRUCT: SE_Remaining_Packed_Hierarchies_List
 *
 *   Used by SE_GetRemainingPackedHierarchies() to provide a method of returning
 *   multiple packed hierarchies, each rooted at the objects returned by the
 *   iterator.
 */
typedef struct
{
SE_Integer_Unsigned hierarchy_count; (notes)
SE_Packed_Hierarchy *hierarchy_list; (notes)
} SE_Remaining_Packed_Hierarchies_List;


Field Notes


hierarchy_count

 The number of packed hierarchies returned in the list.

hierarchy_list

 A pointer to the list of SE_Packed_Hierarchy structures representing
 the packed hierarchies rooted at each object that would be returned by
 the iterator.



Prev: SE_Remaining_Objects_List. Next: SE_Return_Code.


Return to: Top of this Page, Type Index

Last updated: July 16, 2004 Copyright © 2004 SEDRIS