mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-15 16:22:43 -05:00
dll: FspFileSystemInitialize, FspFileSystemFinalize
This commit is contained in:
@ -125,6 +125,7 @@ typedef struct _FSP_FILE_SYSTEM
|
||||
ULONG DispatcherThreadCount;
|
||||
NTSTATUS DispatcherResult;
|
||||
PWSTR MountPoint;
|
||||
LIST_ENTRY MountEntry;
|
||||
} FSP_FILE_SYSTEM;
|
||||
FSP_API NTSTATUS FspFileSystemCreate(PWSTR DevicePath,
|
||||
const FSP_FSCTL_VOLUME_PARAMS *VolumeParams,
|
||||
|
Reference in New Issue
Block a user