Jump to content

ADJINFO: Difference between revisions

From EDM2
Created page with "Adjunct data structure. ==Type== HADAPTER hAdapter; USHORT AdjIndex; ==C Declaration Method== typedef ==Example== typedef struct _ADJINFO { HADAPTER h..."
 
Line 6: Line 6:


==C Declaration Method==
==C Declaration Method==
  typedef
  typedef struct


==Example==
==Example==

Revision as of 16:24, 17 August 2017

Adjunct data structure.

Type

HADAPTER     hAdapter;
USHORT       AdjIndex;

C Declaration Method

typedef struct

Example

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

typedef   ADJINFO   * PADJIFO ;