PROCESS_MITIGATION_EXTENSION_POINT_DISABLE_POLICY structure
Contains process mitigation policy settings for legacy extension point DLLs. The GetProcessMitigationPolicy and SetProcessMitigationPolicy functions use this structure.
Syntax
typedef struct _PROCESS_MITIGATION_EXTENSION_POINT_DISABLE_POLICY { union { DWORD Flags; struct { DWORD DisableExtensionPoints : 1; DWORD ReservedFlags : 31; }; }; } PROCESS_MITIGATION_EXTENSION_POINT_DISABLE_POLICY, *PPROCESS_MITIGATION_EXTENSION_POINT_DISABLE_POLICY;
Members
- Flags
-
This member is reserved for system use.
- DisableExtensionPoints : 1
-
Prevents legacy extension point DLLs from being loaded into the process.
- ReservedFlags : 31
-
This member is reserved for system use.
Requirements
|
Minimum supported client |
Windows 8 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps only] |
|
Header |
|
Show: