Jump to content

ADJINFO

From EDM2
Revision as of 16:10, 17 August 2017 by Martini (talk | contribs) (Created page with "Adjunct data structure. ==Type== HADAPTER hAdapter; USHORT AdjIndex; ==C Declaration Method== typedef ==Example== typedef struct _ADJINFO { HADAPTER h...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Adjunct data structure.

Type

HADAPTER     hAdapter;
USHORT       AdjIndex;

C Declaration Method

typedef

Example

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

typedef   ADJINFO   * PADJIFO ;