Hello,
I am not clear on the windows shut down function. I want the system to shutdown by closing all the apps (controlled shutdown).
The function which is used in the code is
ExitWindowsEx(EWX_FORCE | EWX_SHUTDOWN, 0);
This does the shut down job but I am not sure if it is correct way to use the function. Could some one help me with this.?
Thank you!
