WINNT (Constants)
Last changed: -141.155.77.196

.
Summary
Values from winnt.h

C# Constants:

private const Int32 ANYSIZE_ARRAY                = 1;
private const UInt32 TOKEN_QUERY                = 0x0008;
private const UInt32 TOKEN_ADJUST_PRIVILEGES    = 0x0020;
private const string SE_SHUTDOWN_NAME            = "SeShutdownPrivilege";
private const UInt32 SE_PRIVILEGE_ENABLED        = 0x00000002;

VB Constants:

TODO

Notes:

None.