Jump to content

ADJINFO

From EDM2

Adjunct data structure.

Type

HADAPTER   hAdapter;
USHORT     AdjIndex;

C Declaration Method

typedef struct

Fields

AdjIndex (USHORT)
Index of the adjunct structure found.

Example Code

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