/*
 * STRUCT: SE_PACKED_HIERARCHY_REFERENCE
 *
 *   Part of the data returned from SE_GetPackedHierarchy() or
 *   SE_GetRemainingPackedHierarchies().  This structure represents
 *   the references to objects in a packed hierarchy.
 */
typedef struct SE_PackedHierarchyReference
{
SE_PACKED_HIERARCHY_OBJECT_PTR object; (notes)
SE_PACKED_HIERARCHY_OBJECT_PTR link_object; (notes)
} 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_PTR. Next: SE_PACKED_HIERARCHY_REFERENCE_PTR. Up:Index