SHUTDOWN_FORCE_OTHERS top-level constant

int const SHUTDOWN_FORCE_OTHERS

All sessions are forcefully logged off. If this flag is not set and users other than the current user are logged on to the computer specified by the lpMachineName parameter, this function fails with a return value of ERROR_SHUTDOWN_USERS_LOGGED_ON.

Implementation

const SHUTDOWN_FORCE_OTHERS = 0x0000001;