Jump to content

ADJHANDLELIST

From EDM2
Revision as of 16:08, 17 August 2017 by Martini (talk | contribs) (Created page with " ==Type== USHORT cMaxHandles; USHORT cHandle; ADJINFO Adj[1]; ==C Declaration Method== typedef ==Example== typedef struct _ADJHANDLELIST { USHORT...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Type

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

C Declaration Method

typedef

Example

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

typedef   ADJHANDLELIST   * PADJHANDLELIST ;