Jump to content

ADJHANDLELIST

From EDM2
Revision as of 19:55, 3 August 2018 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 ;