Jump to content

ADJHANDLELIST: Difference between revisions

From EDM2
No edit summary
No edit summary
Line 1: Line 1:


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



Revision as of 19:53, 3 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 ;