mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-30 11:38:39 -05:00 
			
		
		
		
	memfs: memfs-main.c
This commit is contained in:
		| @@ -139,6 +139,11 @@ FSP_API VOID FspFileSystemStopDispatcher(FSP_FILE_SYSTEM *FileSystem); | ||||
| FSP_API VOID FspFileSystemSendResponse(FSP_FILE_SYSTEM *FileSystem, | ||||
|     FSP_FSCTL_TRANSACT_RSP *Response); | ||||
| static inline | ||||
| PWSTR FspFileSystemMountPoint(FSP_FILE_SYSTEM *FileSystem) | ||||
| { | ||||
|     return FileSystem->MountPoint; | ||||
| } | ||||
| static inline | ||||
| VOID FspFileSystemEnterOperation(FSP_FILE_SYSTEM *FileSystem, | ||||
|     FSP_FSCTL_TRANSACT_REQ *Request, FSP_FSCTL_TRANSACT_RSP *Response) | ||||
| { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user