mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 16:33:02 -05:00
inc: fsctl.h
This commit is contained in:
parent
25aabc2b4f
commit
71eed46e42
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user