inc: fsctl.h

This commit is contained in:
Bill Zissimopoulos 2016-02-03 16:25:24 -08:00
parent 25aabc2b4f
commit 71eed46e42

View File

@ -195,6 +195,27 @@ typedef struct
{
UINT64 AllocationSize;
} Allocation;
struct
{
UINT32 FileAttributes;
UINT64 CreationTime;
UINT64 LastAccessTime;
UINT64 LastWriteTime;
} Basic;
struct
{
UINT32 Delete:1;
} Disposition;
struct
{
UINT64 FileSize;
UINT32 AdvanceOnly:1;
} EndOfFile;
struct
{
FSP_FSCTL_TRANSACT_BUF NewFileName;
UINT32 ReplaceIfExists:1;
} Rename;
} Info;
} SetInformation;
} Req;