FSALLOCATE: Difference between revisions
Appearance
mNo edit summary |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
Filesystem device allocation. | |||
Filesystem device allocation. | |||
== Type == | |||
[[ULONG]] idFileSystem | [[ULONG]] idFileSystem | ||
ULONG cSectorUnit | ULONG cSectorUnit | ||
Line 9: | Line 8: | ||
[[USHORT]] cbSector | [[USHORT]] cbSector | ||
=== C Declaration Method === | |||
typedef struct | typedef struct | ||
== Fields == | |||
;idFileSystem:File system identification. | ;idFileSystem:File system identification. | ||
;cSectorUnit:Number of sectors per allocation unit. | ;cSectorUnit:Number of sectors per allocation unit. |
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.