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.
This topic describes the PROCESS_MITIGATION_USER_POINTER_AUTH_POLICY structure.
Syntax
typedef struct _PROCESS_MITIGATION_USER_POINTER_AUTH_POLICY {
union {
ULONG Flags;
struct {
ULONG EnablePointerAuthUserIp : 1;
ULONG ReservedFlags : 31;
} DUMMYSTRUCTNAME;
} DUMMYUNIONNAME;
} PROCESS_MITIGATION_USER_POINTER_AUTH_POLICY, *PPROCESS_MITIGATION_USER_POINTER_AUTH_POLICY;
Members
DUMMYUNIONNAME
Defines the DUMMYUNIONNAME union.
DUMMYUNIONNAME.Flags
Defines the ULONG member Flags.
DUMMYUNIONNAME.DUMMYSTRUCTNAME
Defines the DUMMYSTRUCTNAME structure.
DUMMYUNIONNAME.DUMMYSTRUCTNAME.EnablePointerAuthUserIp
Defines the ULONG member EnablePointerAuthUserIp.
DUMMYUNIONNAME.DUMMYSTRUCTNAME.ReservedFlags
Defines the ULONG member ReservedFlags.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 11, version 22H2 |
Header | ntddk.h (include Ntddk.h) |