Jump to content

ADJINFO: Difference between revisions

From EDM2
No edit summary
Line 2: Line 2:


==Type==
==Type==
  HADAPTER    hAdapter;
  HADAPTER    [[hAdapter]];
  USHORT      AdjIndex;
  USHORT      [[AdjIndex]];


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

Revision as of 23:31, 3 August 2018

Adjunct data structure.

Type

HADAPTER     hAdapter;
USHORT       AdjIndex;

C Declaration Method

typedef struct

Example Code

typedef struct _ADJINFO {
  HADAPTER     hAdapter;
  USHORT       AdjIndex;
} ADJINFO;

typedef   ADJINFO   * PADJIFO ;