Reputation: 142
Is there any scenario that SCM won't deliver SERVICE_CONTROL_SHUTDOWN
to all services or service is not able to receive SERVICE_CONTROL_SHUTDOWN
?
I tried to search this on internet but I didn't find any related articles or discussion.
The issue of service didn't receive SERVICE_CONTROL_SHUTDOWN
is happened mostly on Windows 7 X64 with anti-malware installed while OS shutting down.
Our service have called SetServiceStatus
with the SERVICE_ACCEPT_SHUTDOWN
Upvotes: 1
Views: 400