Jump to content

ADJINFO

From EDM2
Revision as of 17:20, 2 May 2025 by Martini (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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;