mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-29 19:18:39 -05:00 
			
		
		
		
	Set FlushAndPurgeOnCleanup in the C++ passthrough
This commit is contained in:
		| @@ -56,6 +56,7 @@ CONTRIBUTOR LIST | ||||
| |=== | ||||
| |Ben Rubson                                                     |ben.rubson at gmail.com | ||||
| |Bill Zissimopoulos                                             |billziss at navimatics.com | ||||
| |Colin Atkinson (Atakama, https://atakama.com)                  |colin at atakama.com | ||||
| |Francois Karam (KS2, http://www.ks2.fr)                        |francois.karam at ks2.fr | ||||
| |Fritz Elfert                                                   |fritz-github at fritz-elfert.de | ||||
| |John Oberschelp                                                |john at oberschelp.net | ||||
|   | ||||
| @@ -268,6 +268,7 @@ NTSTATUS Ptfs::Init(PVOID Host0) | ||||
|     Host->SetPassQueryDirectoryPattern(TRUE); | ||||
|     Host->SetVolumeCreationTime(_CreationTime); | ||||
|     Host->SetVolumeSerialNumber(0); | ||||
|     Host->SetFlushAndPurgeOnCleanup(TRUE); | ||||
|     return STATUS_SUCCESS; | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user