Jump to content

PHANDLELIST: Difference between revisions

From EDM2
Created page with "Node handle list structure. typedef struct _HANDLELIST { USHORT cMaxHandles; USHORT cHandles; HADAPTER Handles[1]; } HANDLELIST; typedef HANDL..."
(No difference)

Revision as of 19:05, 3 August 2018

Node handle list structure.

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

typedef   HANDLELIST   * PHANDLELIST ;