Jump to content

EASIZEBUF: Difference between revisions

From EDM2
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
== EASIZEBUF ==
Maximum size of extended attributes (EAs).


Maximum size of extended attributes (EAs).
== Type ==
 
  [[USHORT]]  cbMaxEASize
=== Type ===  
  [[ULONG]]  cbMaxEAListSize
 
  [[OS2 API:DataType:USHORT|USHORT]]  cbMaxEASize
  [[OS2 API:DataType:ULONG|ULONG]]  cbMaxEAListSize
 
==== C Declaration Method ====


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


=== Fields ===
== Fields ==
 
;cbMaxEASize:Maximum size of an EA
cbMaxEASize     Maximum size of an EA
;cbMaxEAListSize:Maximum size of the full EA list
cbMaxEAListSize Maximum size of the full EA list
 
[[OS2_API | Back to OS/2 API]]
 


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

Latest revision as of 00:22, 9 February 2020

Maximum size of extended attributes (EAs).

Type

USHORT  cbMaxEASize
ULONG   cbMaxEAListSize

C Declaration Method

typedef struct

Fields

cbMaxEASize
Maximum size of an EA
cbMaxEAListSize
Maximum size of the full EA list