mirror of
https://github.com/winfsp/winfsp.git
synced 2026-01-06 19:28:52 -06:00
sys: FspFsvolSetDispositionInformation: ignore FILE_DISPOSITION_FORCE_IMAGE_SECTION_CHECK flag
This commit is contained in:
@@ -154,6 +154,10 @@ typedef struct
|
||||
{
|
||||
BOOLEAN Disposition;
|
||||
} MY_FILE_DISPOSITION_INFO;
|
||||
typedef struct
|
||||
{
|
||||
UINT32 Disposition;
|
||||
} MY_FILE_DISPOSITION_INFO_EX;
|
||||
|
||||
void *memfs_start_ex(ULONG Flags, ULONG FileInfoTimeout);
|
||||
void *memfs_start(ULONG Flags);
|
||||
|
||||
Reference in New Issue
Block a user