PROCESS_MITIGATION_DEP_POLICY struttura (winnt.h)
Contiene le impostazioni dei criteri di mitigazione dei processi per la prevenzione dell'esecuzione dei dati (DEP). Le funzioni GetProcessMitigationPolicy e SetProcessMitigationPolicy usano questa struttura.
Sintassi
typedef struct _PROCESS_MITIGATION_DEP_POLICY {
union {
DWORD Flags;
struct {
DWORD Enable : 1;
DWORD DisableAtlThunkEmulation : 1;
DWORD ReservedFlags : 30;
} DUMMYSTRUCTNAME;
} DUMMYUNIONNAME;
BOOLEAN Permanent;
} PROCESS_MITIGATION_DEP_POLICY, *PPROCESS_MITIGATION_DEP_POLICY;
Members
DUMMYUNIONNAME
DUMMYUNIONNAME.Flags
Questo membro è riservato per l'uso del sistema.
DUMMYUNIONNAME.DUMMYSTRUCTNAME
DUMMYUNIONNAME.DUMMYSTRUCTNAME.Enable
DUMMYUNIONNAME.DUMMYSTRUCTNAME.DisableAtlThunkEmulation
DUMMYUNIONNAME.DUMMYSTRUCTNAME.ReservedFlags
Permanent
DEP è abilitato in modo permanente e non può essere disabilitato se questo campo è impostato su TRUE.
Requisiti
Client minimo supportato | Windows 8 [solo app desktop] |
Server minimo supportato | Windows Server 2012 [solo app desktop] |
Intestazione | winnt.h |