Jump to content

EASIZEBUF: Difference between revisions

From EDM2
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
== EASIZEBUF ==
== EASIZEBUF ==
Maximum size of extended attributes (EAs).  
Maximum size of extended attributes (EAs).  


=== Type ===  
=== Type ===  
 
  [[USHORT]]  cbMaxEASize
  [[OS2 API:DataType:USHORT|USHORT]]  cbMaxEASize
  [[ULONG]]  cbMaxEAListSize
  [[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]]

Revision as of 13:07, 31 October 2016

EASIZEBUF

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