ADJINFO: Difference between revisions
Appearance
mNo edit summary |
mNo edit summary |
||
Line 8: | Line 8: | ||
typedef struct | typedef struct | ||
typedef struct _ADJINFO { | typedef struct _ADJINFO { | ||
HADAPTER hAdapter; | HADAPTER hAdapter; | ||
Line 15: | Line 14: | ||
typedef ADJINFO *PADJIFO; | typedef ADJINFO *PADJIFO; | ||
==Fields== | |||
;AdjIndex (USHORT):Index of the adjunct structure found. | |||
[[Category:Data type]] | [[Category:Data type]] |
Revision as of 19:05, 24 November 2019
Adjunct data structure.
Type
HADAPTER hAdapter; USHORT AdjIndex;
C Declaration Method
typedef struct
typedef struct _ADJINFO { HADAPTER hAdapter; USHORT AdjIndex; } ADJINFO; typedef ADJINFO *PADJIFO;
Fields
- AdjIndex (USHORT)
- Index of the adjunct structure found.