mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-30 19:48:38 -05:00 
			
		
		
		
	sys: IRP_MJ_SET_INFORMATION: testing
This commit is contained in:
		| @@ -47,6 +47,7 @@ FSP_API NTSTATUS FspFileSystemCreate(PWSTR DevicePath, | ||||
|     FileSystem->Operations[FspFsctlTransactCleanupKind] = FspFileSystemOpCleanup; | ||||
|     FileSystem->Operations[FspFsctlTransactCloseKind] = FspFileSystemOpClose; | ||||
|     FileSystem->Operations[FspFsctlTransactQueryInformationKind] = FspFileSystemOpQueryInformation; | ||||
|     FileSystem->Operations[FspFsctlTransactSetInformationKind] = FspFileSystemOpSetInformation; | ||||
|     FileSystem->Operations[FspFsctlTransactQueryVolumeInformationKind] = FspFileSystemOpQueryVolumeInformation; | ||||
|     // !!!: ... | ||||
|     FileSystem->Interface = Interface; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user