SEDRIS Reference Manual
APPENDIX A - Transmittal Access Level 0 API
Types
SE_Packed_Hierarchy_Reference
/*
 * STRUCT: SE_Packed_Hierarchy_Reference
 *
 *   Part of the data returned from SE_GetPackedHierarchy() or
 *   SE_GetRemainingPackedHierarchiesList().  This structure represents
 *   the references to objects in a packed hierarchy.
 */
typedef struct se_packed_hierarchy_reference
{

SE_Packed_Hierarchy_Object_Access object;1
SE_Packed_Hierarchy_Object_Access link_object;2
} SE_Packed_Hierarchy_Reference;


Field Notes

object

A pointer to the object being referenced.

link_object

A pointer to the link class object for the relationship. This field will be NULL if there is no link object.




Prev: SE_Packed_Hierarchy_Object_Access. Next: SE_Packed_Hierarchy_Reference_Ptr.


Return to: Top of this Page, Type Index