GENERIC_EXECUTE top-level constant

  1. @Deprecated('Use GENERIC_ACCESS_RIGHTS.GENERIC_EXECUTE instead')
int const GENERIC_EXECUTE

Specifies access control suitable for executing an action on the object.

Implementation

@Deprecated('Use GENERIC_ACCESS_RIGHTS.GENERIC_EXECUTE instead')
const GENERIC_EXECUTE = 0x20000000;