ADJINFO: Difference between revisions
Appearance
Created page with "Adjunct data structure. ==Type== HADAPTER hAdapter; USHORT AdjIndex; ==C Declaration Method== typedef ==Example== typedef struct _ADJINFO { HADAPTER h..." |
(No difference)
|
Revision as of 16:10, 17 August 2017
Adjunct data structure.
Type
HADAPTER hAdapter; USHORT AdjIndex;
C Declaration Method
typedef
Example
typedef struct _ADJINFO { HADAPTER hAdapter; USHORT AdjIndex; } ADJINFO; typedef ADJINFO * PADJIFO ;