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_GetRemainingPackedHierarchies().  This structure represents
 *   the references to objects in a packed hierarchy.
 */
typedef structse_packed_hierarchy_reference
{
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_Object_Ptr. Next: SE_Packed_Hierarchy_Reference_Ptr.


Return to: Top of this Page, Type Index

Last updated: July 16, 2004 Copyright © 2004 SEDRIS