Jump to content

GEA2: Difference between revisions

From EDM2
Anakor (talk | contribs)
New
 
No edit summary
Line 18: Line 18:
  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:The OS/2 API Project]]

Revision as of 16:43, 30 October 2011

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.

Back to OS/2 API