Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

KERNEL_CET_CONTEXT structure (wdm.h)

Reserved for system use only. Do not use.

Syntax

typedef struct _KERNEL_CET_CONTEXT {
 ULONG64 Ssp;
 ULONG64 Rip;
 USHORT SegCs;
 union {
 USHORT AllFlags;
 struct {
 USHORT UseWrss : 1;
 USHORT PopShadowStackOne : 1;
 USHORT Unused : 14;
 } DUMMYSTRUCTNAME;
 } DUMMYUNIONNAME;
 USHORT Fill[2];
} KERNEL_CET_CONTEXT, *PKERNEL_CET_CONTEXT;

Members

Ssp

Rip

SegCs

DUMMYUNIONNAME

DUMMYUNIONNAME.AllFlags

DUMMYUNIONNAME.DUMMYSTRUCTNAME

DUMMYUNIONNAME.DUMMYSTRUCTNAME.UseWrss

DUMMYUNIONNAME.DUMMYSTRUCTNAME.PopShadowStackOne

DUMMYUNIONNAME.DUMMYSTRUCTNAME.Unused

Fill[2]

Requirements

Requirement Value
Minimum supported server Windows Server 2022
Header wdm.h (include Wdm.h)

Feedback

Was this page helpful?

Additional resources