Jump to content

GEA2: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
== GEA2 ==
== GEA2 ==
Level 3 file information, get extended attributes.
Level 3 file information, get extended attributes.


=== Type ===  
=== Type ===  
 
  [[ULONG]]  oNextEntryOffset
  [[OS2 API:DataType:ULONG|ULONG]]  oNextEntryOffset
  [[BYTE]]  cbName
  [[OS2 API:DataType:BYTE|BYTE]]  cbName
  [[CHAR]]  szName[1]
  [[OS2 API:DataType:CHAR|CHAR]]  szName[1]


==== C Declaration Method ====
==== C Declaration Method ====
typedef struct
typedef struct


=== Fields ===
=== Fields ===
 
  oNextEntryOffset Offset to next entry.
  oNextEntryOffset Offset to next entry.
  cbName          Name length not including NULL.
  cbName          Name length not including NULL.
  szName[1]        Attribute name.
  szName[1]        Attribute name.


[[OS2_API | Back to OS/2 API]]
[[Category:Data type]]
 
 
[[Category:The OS/2 API Project]]

Revision as of 00:07, 1 November 2016

GEA2

Level 3 file information, get extended attributes.

Type

ULONG  oNextEntryOffset
BYTE   cbName
CHAR   szName[1]

C Declaration Method

typedef struct

Fields

oNextEntryOffset Offset to next entry.
cbName           Name length not including NULL.
szName[1]        Attribute name.