HANDLELIST: Difference between revisions
Appearance
Created page with "Node handle list structure. == Type == USHORT cMaxHandles USHORT cHandles HADAPTER Handles[1] == C Declaration Method == typedef struct == Fields ==..." |
(No difference)
|
Revision as of 15:54, 17 August 2017
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 ;