Jump to content

RM GETNODE DATA

From EDM2
Revision as of 19:02, 17 August 2017 by Martini (talk | contribs) (Created page with "Resource Manager node information. == Type == ULONG RMNodeSize; RM_NODE RMNode; == C Declaration Method == typedef struct == Fields == == Remarks == == Examp...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Resource Manager node information.

Type

 ULONG       RMNodeSize;
 RM_NODE     RMNode;

C Declaration Method

typedef struct

Fields

Remarks

Example Code

 
typedef struct _RM_GETNODE_DATA {
  ULONG       RMNodeSize;
  RM_NODE     RMNode;
} RM_GETNODE_DATA;