PROCESS_MITIGATION_ASLR_POLICY struttura (winnt.h)
Contiene le impostazioni dei criteri di mitigazione dei processi per Layout casuale spazio indirizzi (ASLR). Le funzioni GetProcessMitigationPolicy e SetProcessMitigationPolicy usano questa struttura.
Sintassi
typedef struct _PROCESS_MITIGATION_ASLR_POLICY {
union {
DWORD Flags;
struct {
DWORD EnableBottomUpRandomization : 1;
DWORD EnableForceRelocateImages : 1;
DWORD EnableHighEntropy : 1;
DWORD DisallowStrippedImages : 1;
DWORD ReservedFlags : 28;
} DUMMYSTRUCTNAME;
} DUMMYUNIONNAME;
} PROCESS_MITIGATION_ASLR_POLICY, *PPROCESS_MITIGATION_ASLR_POLICY;
Members
DUMMYUNIONNAME
DUMMYUNIONNAME.Flags
Questo membro è riservato per l'uso del sistema.
DUMMYUNIONNAME.DUMMYSTRUCTNAME
DUMMYUNIONNAME.DUMMYSTRUCTNAME.EnableBottomUpRandomization
DUMMYUNIONNAME.DUMMYSTRUCTNAME.EnableForceRelocateImages
DUMMYUNIONNAME.DUMMYSTRUCTNAME.EnableHighEntropy
DUMMYUNIONNAME.DUMMYSTRUCTNAME.DisallowStrippedImages
DUMMYUNIONNAME.DUMMYSTRUCTNAME.ReservedFlags
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 8 [solo app desktop] |
Server minimo supportato | Windows Server 2012 [solo app desktop] |
Intestazione | winnt.h (includere Windows.h) |