Jump to content

FSALLOCATE: Difference between revisions

From EDM2
Anakor (talk | contribs)
New
 
No edit summary
Line 22: Line 22:
  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]]

Revision as of 16:42, 30 October 2011

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.


Back to OS/2 API