Jump to content

FEA2LIST: Difference between revisions

From EDM2
Ak120 (talk | contribs)
No edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 3: Line 3:


=== Type ===  
=== Type ===  
  [[OS2 API:DataType:ULONG|ULONG]]  cbList
  [[ULONG]]  cbList
  [[OS2 API:DataType:FEA2|FEA2]]  list[1]
  [[FEA2]]  list[1]


==== C Declaration Method ====
==== C Declaration Method ====
Line 10: Line 10:


=== Fields ===
=== Fields ===
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.


[[Category:The OS/2 API Project]]
[[Category:Data type]]

Revision as of 16:47, 1 November 2016

FEA2LIST

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.