LOAD_IGNORE_CODE_AUTHZ_LEVEL top-level constant

int const LOAD_IGNORE_CODE_AUTHZ_LEVEL

If this value is used, the system does not check AppLocker rules or apply Software Restriction Policies for the DLL. This action applies only to the DLL being loaded and not to its dependencies. This value is recommended for use in setup programs that must run extracted DLLs during installation.

Implementation

const LOAD_IGNORE_CODE_AUTHZ_LEVEL = 0x00000010;