ExitWindows (Enums)
Last changed: -78.168.228.248

.
Summary
TODO - a short description

C# Definition:

[Flags]
public enum ExitWindows : uint
{
   LogOff = 0x00,
   ShutDown = 0x01,
   Reboot = 0x02,
   Force = 0x04,
   PowerOff = 0x08,
   ForceIfHung = 0x10
}

VB Definition:

Enum ExitWindows
   TODO
End Enum

Notes:

None.

Documentation
ExitWindows on MSDN