Jump to content

PHANDLELIST

From EDM2
Revision as of 19:05, 3 August 2018 by Martini (talk | contribs) (Created page with "Node handle list structure. typedef struct _HANDLELIST { USHORT cMaxHandles; USHORT cHandles; HADAPTER Handles[1]; } HANDLELIST; typedef HANDL...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Node handle list structure.

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

typedef   HANDLELIST   * PHANDLELIST ;