NodeEntry[]
This field is an array of the
following structure:
NODEENTRY struct
{
RMHANDLE RMHandle;
ULONG Depth;
};
RMHandle (RMHANDLE)
Resource Manager handle of
the node traversed.
Depth (ULONG)
Level
of the tree structure on which the node resides.
[Back]
[Next]