/*
* 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.
*/
} SE_REMAINING_PACKED_HIERARCHIES_LIST;
Field Notes
The number of packed hierarchies returned in the 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