mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-29 05:52:52 -05:00
sys: Create requests now send additional information on response
This commit is contained in:
@@ -35,8 +35,14 @@ typedef struct _FSP_FILE_NODE_INFO
|
||||
{
|
||||
PVOID FileNode;
|
||||
DWORD FileAttributes;
|
||||
DWORD ReparseTag;
|
||||
UINT64 AllocationSize;
|
||||
UINT64 FileSize;
|
||||
UINT64 CreationTime;
|
||||
UINT64 LastAccessTime;
|
||||
UINT64 LastWriteTime;
|
||||
UINT64 ChangeTime;
|
||||
UINT64 IndexNumber;
|
||||
} FSP_FILE_NODE_INFO;
|
||||
typedef struct _FSP_FILE_SIZE_INFO
|
||||
{
|
||||
|
Reference in New Issue
Block a user