Jump to content

ADJHANDLELIST

From EDM2
Revision as of 10:24, 4 August 2018 by Ak120 (talk | contribs) (Undo revision 58366 by Martini (talk))

Type

USHORT      cMaxHandles;
USHORT      cHandle;
ADJINFO     Adj[1];

C Declaration Method

typedef struct

Example Code

typedef struct _ADJHANDLELIST {
  USHORT      cMaxHandles;
  USHORT      cHandle;
  ADJINFO     Adj[1];
} ADJHANDLELIST;

typedef   ADJHANDLELIST   * PADJHANDLELIST ;