Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Describes the PROCESS_MITIGATION_SEHOP_POLICY structure.
Syntax
typedef struct _PROCESS_MITIGATION_SEHOP_POLICY {
union {
ULONG Flags;
struct {
ULONG EnableSehop : 1;
ULONG ReservedFlags : 31;
} DUMMYSTRUCTNAME;
} DUMMYUNIONNAME;
} PROCESS_MITIGATION_SEHOP_POLICY, *PPROCESS_MITIGATION_SEHOP_POLICY;
Members
DUMMYUNIONNAME
Defines the DUMMYUNIONNAME union.
DUMMYUNIONNAME.Flags
Defines the ULONG member Flags.
DUMMYUNIONNAME.DUMMYSTRUCTNAME
Defines the DUMMYSTRUCTNAME structure.
DUMMYUNIONNAME.DUMMYSTRUCTNAME.EnableSehop
Defines the ULONG member EnableSehop.
DUMMYUNIONNAME.DUMMYSTRUCTNAME.ReservedFlags
Defines the ULONG member ReservedFlags.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 11, version 22H2 |
| Header | ntddk.h (include Ntddk.h) |