structure PROCESS_MITIGATION_DEP_POLICY (winnt.h)
Contient les paramètres de stratégie d’atténuation des processus pour la prévention de l’exécution des données (DEP). Les fonctions GetProcessMitigationPolicy et SetProcessMitigationPolicy utilisent cette structure.
Syntaxe
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;
Membres
DUMMYUNIONNAME
DUMMYUNIONNAME.Flags
Ce membre est réservé à l’utilisation du système.
DUMMYUNIONNAME.DUMMYSTRUCTNAME
DUMMYUNIONNAME.DUMMYSTRUCTNAME.Enable
DUMMYUNIONNAME.DUMMYSTRUCTNAME.DisableAtlThunkEmulation
DUMMYUNIONNAME.DUMMYSTRUCTNAME.ReservedFlags
Permanent
DEP est activé de manière permanente et ne peut pas être désactivé si ce champ est défini sur TRUE.
Configuration requise
Client minimal pris en charge | Windows 8 [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2012 [applications de bureau uniquement] |
En-tête | winnt.h |