pub const LOAD_IGNORE_CODE_AUTHZ_LEVEL: u32 = 0x00000010;
Available on Windows only.
Expand description

Do 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.

See flag documentation on MSDN.