mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-14 15:52:47 -05:00
dll: FspServiceStop: early exit if service is already being stopped
This commit is contained in:
@ -857,8 +857,9 @@ typedef struct _FSP_SERVICE
|
||||
ULONG AcceptControl;
|
||||
ULONG ExitCode;
|
||||
SERVICE_STATUS_HANDLE StatusHandle;
|
||||
CRITICAL_SECTION ServiceStatusGuard;
|
||||
SERVICE_STATUS ServiceStatus;
|
||||
CRITICAL_SECTION ServiceStatusGuard;
|
||||
CRITICAL_SECTION ServiceStopGuard;
|
||||
BOOLEAN AllowConsoleMode;
|
||||
WCHAR ServiceName[];
|
||||
} FSP_SERVICE;
|
||||
|
Reference in New Issue
Block a user