Jump to content

ADJINFO

From EDM2
Revision as of 08:28, 24 November 2019 by Ak120 (talk | contribs)

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;