Hello everyone,
My question is during system shutdown/reboot, will OS shutdown/reboot wait
for all process to terminate or not? How could OS identify if a process is
terminated or not?
I am suffering a problem when write event log returns 0x80004005 error in my
own code when system is reboot (I monitor this reboot in Event View), I think
OS should always wait for process to complete (e.g. write event log
operation) before stops event log services and reboot? Maybe OS does not wait
until my process completed event log write?
thanks in advance,
George