Jump to content

ADJHANDLELIST: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
m Undo revision 58366 by Martini (talk)
Line 1: Line 1:


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


==C Declaration Method==
==C Declaration Method==

Revision as of 10:24, 4 August 2018

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 ;