Jump to content

ADJHANDLELIST

From EDM2
Revision as of 16:25, 17 August 2017 by Martini (talk | contribs)

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 ;