// wdm.h
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;
View the official Windows Driver Kit DDI referenceNo description available.
Reserved for system use only. Do not use.
SspRipSegCsDUMMYUNIONNAMEDUMMYUNIONNAME.AllFlagsDUMMYUNIONNAME.DUMMYSTRUCTNAMEDUMMYUNIONNAME.DUMMYSTRUCTNAME.UseWrssDUMMYUNIONNAME.DUMMYSTRUCTNAME.PopShadowStackOneDUMMYUNIONNAME.DUMMYSTRUCTNAME.UnusedFill