TExitWindowsType Enumeration

Represents type TExitWindowsType.

Namespace: flcWinUtils
type
 TExitWindowsType = (exitLogOff, exitPowerOff, exitReboot, exitShutDown);

The TExitWindowsType type exposes the following members.

Show:
 NameDescription
exitLogOff

Represents constant exitLogOff.

exitPowerOff

Represents constant exitPowerOff.

exitReboot

Represents constant exitReboot.

exitShutDown

Represents constant exitShutDown.

Top