SHUTDOWN_FORCE_SELF top-level constant

int const SHUTDOWN_FORCE_SELF

Specifies that the originating session is logged off forcefully. If this flag is not set, the originating session is shut down interactively, so a shutdown is not guaranteed even if the function returns successfully.

Implementation

const SHUTDOWN_FORCE_SELF = 0x0000002;