mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -05:00
tst: winfsp-tests: exec_delete_test
This commit is contained in:
parent
d72fe2ee33
commit
a9d90acd71
@ -209,7 +209,7 @@ static void exec_delete_dotest(ULONG Flags, PWSTR Prefix, ULONG FileInfoTimeout)
|
||||
OPEN_EXISTING, 0, 0);
|
||||
if (INVALID_HANDLE_VALUE != Handle)
|
||||
{
|
||||
DispositionInfo.Disposition = FILE_DISPOSITION_DELETE | FILE_DISPOSITION_POSIX_SEMANTICS;
|
||||
DispositionInfo.Flags = FILE_DISPOSITION_DELETE | FILE_DISPOSITION_POSIX_SEMANTICS;
|
||||
Success = SetFileInformationByHandle(Handle,
|
||||
21/*FileDispositionInfoEx*/, &DispositionInfo, sizeof DispositionInfo);
|
||||
ASSERT(!Success);
|
||||
|
@ -156,7 +156,7 @@ typedef struct
|
||||
} MY_FILE_DISPOSITION_INFO;
|
||||
typedef struct
|
||||
{
|
||||
UINT32 Disposition;
|
||||
ULONG Flags;
|
||||
} MY_FILE_DISPOSITION_INFO_EX;
|
||||
|
||||
void *memfs_start_ex(ULONG Flags, ULONG FileInfoTimeout);
|
||||
|
Loading…
x
Reference in New Issue
Block a user