mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 05:42:29 +00:00
Initial import
This commit is contained in:
commit
c91b3c5006
14915 changed files with 590219 additions and 0 deletions
16
libc/nt/enum/fsctl.h
Normal file
16
libc/nt/enum/fsctl.h
Normal file
|
@ -0,0 +1,16 @@
|
|||
#ifndef COSMOPOLITAN_LIBC_NT_ENUM_FSCTL_H_
|
||||
#define COSMOPOLITAN_LIBC_NT_ENUM_FSCTL_H_
|
||||
|
||||
#define kNtFsctlDisableLocalBuffering 0x000902B8u
|
||||
#define kNtFsctlFilePrefetch 0x00090120u
|
||||
#define kNtFsctlFilesystemGetStatistics 0x00090060u
|
||||
#define kNtFsctlGetCompression 0x0009003Cu
|
||||
#define kNtFsctlGetNtfsFileRecord 0x00090068u
|
||||
#define kNtFsctlGetNtfsVolumeData 0x00090064u
|
||||
#define kNtFsctlQueryAllocatedRanges 0x000940CFu
|
||||
#define kNtFsctlScrubData 0x000902B0u
|
||||
#define kNtFsctlSetCompression 0x0009C040u
|
||||
#define kNtFsctlSetSparse 0x000900C4u
|
||||
#define kNtFsctlSetZeroData 0x000980C8u
|
||||
|
||||
#endif /* COSMOPOLITAN_LIBC_NT_ENUM_FSCTL_H_ */
|
Loading…
Add table
Add a link
Reference in a new issue