Jump to content

FSALLOCATE: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
== FSALLOCATE ==
== FSALLOCATE ==
Filesystem device allocation.  
Filesystem device allocation.  


=== Type ===  
=== Type ===  
 
  [[ULONG]]  idFileSystem
  [[OS2 API:DataType:ULONG|ULONG]]  idFileSystem
  ULONG  cSectorUnit
  [[OS2 API:DataType:ULONG|ULONG]] cSectorUnit
  ULONG  cUnit
  [[OS2 API:DataType:ULONG|ULONG]] cUnit
  ULONG  cUnitAvail
  [[OS2 API:DataType:ULONG|ULONG]] cUnitAvail
  [[USHORT]] cbSector
  [[OS2 API:DataType:USHORT|USHORT]] cbSector


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


=== Fields ===
=== Fields ===
 
;idFileSystem:File system identification.
idFileSystem File system identification.
;cSectorUnit:Number of sectors per allocation unit.
cSectorUnit   Number of sectors per allocation unit.
;cUnit:Number of allocation units.
cUnit         Number of allocation units.
;cUnitAvail:Number of allocation units available.
cUnitAvail   Number of allocation units available.
;cbSector:Number of bytes per sector.
cbSector     Number of bytes per sector.
 
 
[[OS2_API | Back to OS/2 API]]
 


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

Revision as of 15:25, 11 November 2016

FSALLOCATE

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.