ADJINFO: Difference between revisions
Appearance
Line 8: | Line 8: | ||
typedef struct | typedef struct | ||
==Example== | ==Example Code== | ||
typedef struct _ADJINFO { | typedef struct _ADJINFO { | ||
HADAPTER hAdapter; | HADAPTER hAdapter; |
Revision as of 16:24, 17 August 2017
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 ;