static NTSTATUS SvcStop(FSP_SERVICE *Service) { PTFS *Ptfs = Service->UserContext; FspFileSystemStopDispatcher(Ptfs->FileSystem); PtfsDelete(Ptfs); return STATUS_SUCCESS; }
VOID MemfsStop(MEMFS *Memfs) { FspFileSystemStopDispatcher(Memfs->FileSystem); }