Jump to content

HANDLELIST

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

Node handle list structure.

Type

USHORT    cMaxHandles
USHORT    cHandles
HADAPTER  Handles[1]

C Declaration Method

typedef struct

Fields

Sample

typedef struct _HANDLELIST {
  USHORT       cMaxHandles;
  USHORT       cHandles;
  HADAPTER     Handles[1];
} HANDLELIST;

typedef   HANDLELIST   * PHANDLELIST ;