[re-adding python-win32]
On 5/11/2012 12:21 PM, Rob McGillivray wrote:
Mark,
You are correct. I wrote to a file and the SvcShutdown() event is
being fired. My question is … surely the event log service would only
stop once all other dependent services have also stopped?
Is your service depend
[re-adding python-win32]
On 5/11/2012 12:08 PM, Rob McGillivray wrote:
Hi Mark,
Much appreciate the feedback! Many thanks.
I'll try writing something to a file and check this out … I never
thought that the event log service could/would stop(?). Doesn't the
event log service run continuously an
On 4/11/2012 1:20 PM, Rob McGillivray wrote:
Hi All,
For the life of me I cannot figure out why SvcShutdown() is not being called when
the OS shuts down. All the other SCM notifications (pause/continue/stop) work just
fine. I have searched high & low for solutions, but nothing. What appears to
Hi All,
For the life of me I cannot figure out why SvcShutdown() is not being called
when the OS shuts down. All the other SCM notifications (pause/continue/stop)
work just fine. I have searched high & low for solutions, but nothing. What
appears to be a slam-dunk for others completely evades m