Jump to content

HANDLELIST: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
Node handle list structure.  
Node handle list structure.


== Type ==
== Type ==
Line 9: Line 9:
  typedef struct
  typedef struct


== Fields ==
==PHANDLELIST==
Pointer to Node handle list structure.
typedef HANDLELIST *PHANDLELIST;


[[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;