FEA2LIST: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== FEA2LIST == | == FEA2LIST == | ||
FEA2 data structure | |||
FEA2 data structure | |||
=== Type === | === Type === | ||
[[OS2 API:DataType:ULONG|ULONG]] cbList | [[OS2 API:DataType:ULONG|ULONG]] cbList | ||
[[OS2 API:DataType:FEA2|FEA2]] list[1] | [[OS2 API:DataType:FEA2|FEA2]] list[1] | ||
==== C Declaration Method ==== | ==== C Declaration Method ==== | ||
typedef struct | typedef struct | ||
=== 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:The OS/2 API Project]] |