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 ==..." |
mNo edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
Node handle list structure. | Node handle list structure. | ||
== Type == | == Type == | ||
USHORT | USHORT cMaxHandles | ||
USHORT | USHORT cHandles | ||
HADAPTER | HADAPTER Handles[1] | ||
== C Declaration Method == | == C Declaration Method == | ||
typedef struct | typedef struct | ||
== | ==PHANDLELIST== | ||
Pointer to Node handle list structure. | |||
typedef HANDLELIST *PHANDLELIST; | |||
typedef | |||
[[Category:Data type]] | [[Category:Data type]] |
Latest revision as of 07:37, 21 February 2020
Node handle list structure.
Type
USHORT cMaxHandles USHORT cHandles HADAPTER Handles[1]
C Declaration Method
typedef struct
PHANDLELIST
Pointer to Node handle list structure.
typedef HANDLELIST *PHANDLELIST;