Jump to content

GEA2LIST: Difference between revisions

From EDM2
Anakor (talk | contribs)
New
 
Ak120 (talk | contribs)
mNo edit summary
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== GEA2LIST ==
Get extended attributes list.
Get extended attributes list.


=== Type ===  
=== Type ===
 
  [[ULONG]]  cbList
  [[OS2 API:DataType:ULONG|ULONG]]  cbList
  [[GEA2]]   list[1]
  [[OS2 API:DataType:GEA2|GEA2]]   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 GEA2 structures.
list[1] Variable-length GEA2 structures.
 
==PGEA2LIST==
Pointer to GEA2LIST.
typedef GEA2LIST *PGEA2LIST;
 
[[Category:Data type]]

Latest revision as of 07:16, 21 February 2020

Get extended attributes list.

Type

ULONG  cbList
GEA2   list[1]

C Declaration Method

typedef struct

Fields

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

PGEA2LIST

Pointer to GEA2LIST.

typedef GEA2LIST *PGEA2LIST;