Jump to content

ADJINFO

From EDM2
Revision as of 23:31, 3 August 2018 by Martini (talk | contribs)

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 ;