GENERIC_EXECUTE (Constants)
Last changed: 94.229.131.27
.
Summary
Indicates access rights of executing.
C# Constants:
const int GENERIC_EXECUTE = 0x20000000;
VB Constants:
Const GENERIC_EXECUTE As Integer = &h20000000