inc,sys,tst: FSP_FSCTL_VOLUME_PARAMS::RejectIrpPriorToTransact0

This commit is contained in:
Bill Zissimopoulos
2020-02-03 16:38:55 -08:00
parent 51350d5a42
commit bf6d56ceac
5 changed files with 12 additions and 6 deletions

View File

@ -2402,7 +2402,7 @@ NTSTATUS MemfsCreateFunnel(
#endif
VolumeParams.AllowOpenInKernelMode = 1;
#if defined(MEMFS_REJECT_EARLY_IRP)
VolumeParams.RejectIrpPriorToTransact = 1;
VolumeParams.RejectIrpPriorToTransact0 = 1;
#endif
if (0 != VolumePrefix)
wcscpy_s(VolumeParams.Prefix, sizeof VolumeParams.Prefix / sizeof(WCHAR), VolumePrefix);