HANDLELIST
Appearance
Node handle list structure.
Type
USHORT cMaxHandles USHORT cHandles HADAPTER Handles[1]
C Declaration Method
typedef struct
Fields
Remarks
Example Code
typedef struct _HANDLELIST {
USHORT cMaxHandles;
USHORT cHandles;
HADAPTER Handles[1];
} HANDLELIST;
typedef HANDLELIST * PHANDLELIST ;