pub unsafe extern "C" fn FspServiceAllowConsoleMode(
    Service: *mut FSP_SERVICE
)
Expand description

Allow a service to run in console mode.

A service that is run in console mode runs with a console attached and outside the control of the Service Control Manager. This is useful for debugging and testing a service during development.

User mode file systems that wish to use the WinFsp Launcher functionality must also use this call. The WinFsp Launcher is a Windows service that can be configured to launch and manage multiple instances of a user mode file system.

@param Service The service object.