mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-26 12:32:54 -05: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