Jump to content

ADJINFO

From EDM2

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 ;