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:

None.