/*
 * 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_RemainingPackedHierarchiesList
{
SE_UINT32 num_hierarchies; (notes)
SE_PACKED_HIERARCHY *hierarchy_list; (notes)
} SE_REMAINING_PACKED_HIERARCHIES_LIST;


Field Notes

num_hierarchies

 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_PTR. Next: SE_REMAINING_PACKED_HIERARCHIES_LIST_PTR. Up:Index