Jump to content

NODEENTRY

From EDM2
Revision as of 16:57, 17 August 2017 by Martini (talk | contribs) (Created page with "Node entry structure. == Type == RMHANDLE RMHandle; ULONG Depth; == C Declaration Method == typedef struct == Fields == == Remarks == == Example Code == <...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Node entry structure.

Type

 RMHANDLE     RMHandle;
 ULONG        Depth;

C Declaration Method

typedef struct

Fields

Remarks

Example Code

typedef struct _NODEENTRY {
  RMHANDLE     RMHandle;
  ULONG        Depth;
} NODEENTRY;

typedef   NODEENTRY   * PNODEENTRY ;