pub unsafe extern "C" fn FspFileSystemStopServiceIfNecessary(
    FileSystem: *mut FSP_FILE_SYSTEM,
    Normally: BOOLEAN
)
Expand description

Stop a file system service, if any.

This is a helper for implementing the DispatcherStopped operation, but only for file systems that use the FspService infrastructure.

@param FileSystem The file system object. @param Normally TRUE if the file system is being stopped via FspFileSystemStopDispatcher. FALSE if the file system is being stopped because of another reason such as driver unload/uninstall. @see DispatcherStopped