GENERIC_EXECUTE (Constants)
Last changed: 193.29.13.243

.
Summary
Indicates access rights of executing.

C# Constants:

const int GENERIC_EXECUTE = 0x10000000;

VB Constants:

Const GENERIC_EXECUTE As Integer = &h10000000

Notes:

Microsoft has this as:

const UInt32 GENERIC_EXECUTE = 0x20000000

const UInt32 GENERIC_ALL = 0x10000000

http://msdn.microsoft.com/en-us/library/windows/desktop/aa446632(v=vs.85).aspx