Jump to content

ADJINFO

From EDM2
Revision as of 16:24, 17 August 2017 by Martini (talk | contribs) (Example)

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 ;