mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-29 05:52:52 -05:00
sys, dll: add AllocationSize, FileSize in Response::Rsp::Create::Opened
This commit is contained in:
@@ -28,7 +28,13 @@ typedef struct _FSP_FILE_SYSTEM FSP_FILE_SYSTEM;
|
||||
typedef struct _FSP_FILE_NODE
|
||||
{
|
||||
PVOID UserContext;
|
||||
DWORD Flags;
|
||||
UINT64 AllocationSize;
|
||||
UINT64 FileSize;
|
||||
struct
|
||||
{
|
||||
BOOLEAN DeleteOnClose:1;
|
||||
BOOLEAN DeletePending:1;
|
||||
} Flags;
|
||||
struct
|
||||
{
|
||||
ULONG OpenCount;
|
||||
|
Reference in New Issue
Block a user