Jump to content

FSALLOCATE: Difference between revisions

From EDM2
Anakor (talk | contribs)
New
 
Ak120 (talk | contribs)
mNo edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== FSALLOCATE ==
Filesystem device allocation.


Filesystem device allocation.
== Type ==
[[ULONG]]  idFileSystem
ULONG  cSectorUnit
ULONG  cUnit
ULONG  cUnitAvail
[[USHORT]] cbSector


=== Type ===
=== C Declaration Method ===
 
typedef struct
[[OS2 API:DataType:ULONG|ULONG]]  idFileSystem
[[OS2 API:DataType:ULONG|ULONG]]  cSectorUnit
[[OS2 API:DataType:ULONG|ULONG]]  cUnit
[[OS2 API:DataType:ULONG|ULONG]]  cUnitAvail
[[OS2 API:DataType:USHORT|USHORT]] cbSector
 
==== C Declaration Method ====


typedef struct
== Fields ==
;idFileSystem:File system identification.
;cSectorUnit:Number of sectors per allocation unit.
;cUnit:Number of allocation units.
;cUnitAvail:Number of allocation units available.
;cbSector:Number of bytes per sector.


=== Fields ===
[[Category:Data type]]
 
idFileSystem  File system identification.
cSectorUnit  Number of sectors per allocation unit.
cUnit        Number of allocation units.
cUnitAvail    Number of allocation units available.
cbSector      Number of bytes per sector.

Latest revision as of 01:01, 9 February 2020

Filesystem device allocation.

Type

ULONG  idFileSystem
ULONG  cSectorUnit
ULONG  cUnit
ULONG  cUnitAvail
USHORT cbSector

C Declaration Method

typedef struct

Fields

idFileSystem
File system identification.
cSectorUnit
Number of sectors per allocation unit.
cUnit
Number of allocation units.
cUnitAvail
Number of allocation units available.
cbSector
Number of bytes per sector.