Jump to content

FEA2LIST: Difference between revisions

From EDM2
Ak120 (talk | contribs)
m Ak120 moved page OS2 API:DataType:FEA2LIST to FEA2LIST
Ak120 (talk | contribs)
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
== FEA2LIST ==
FEA2 data structure
FEA2 data structure


Line 12: Line 11:
;cbList:Total bytes of structure including full list.
;cbList:Total bytes of structure including full list.
;list[1]:Variable-length FEA2 structures.
;list[1]:Variable-length FEA2 structures.
==PFEA2LIST==
Pointer to FEA2LIST data structure


[[Category:Data type]]
[[Category:Data type]]

Latest revision as of 07:19, 21 February 2020

FEA2 data structure

Type

ULONG  cbList
FEA2   list[1]

C Declaration Method

typedef struct

Fields

cbList
Total bytes of structure including full list.
list[1]
Variable-length FEA2 structures.

PFEA2LIST

Pointer to FEA2LIST data structure