mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-30 19:48:38 -05:00 
			
		
		
		
	inc,sys,tst: FSP_FSCTL_VOLUME_PARAMS::RejectIrpPriorToTransact0
This commit is contained in:
		| @@ -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); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user