KERNEL_CET_CONTEXT structure (wdm.h)
Réservé à une utilisation système uniquement. Ne pas utiliser.
Syntaxe
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;
Membres
Ssp
Rip
SegCs
DUMMYUNIONNAME
DUMMYUNIONNAME.AllFlags
DUMMYUNIONNAME.DUMMYSTRUCTNAME
DUMMYUNIONNAME.DUMMYSTRUCTNAME.UseWrss
DUMMYUNIONNAME.DUMMYSTRUCTNAME.PopShadowStackOne
DUMMYUNIONNAME.DUMMYSTRUCTNAME.Unused
Fill[2]
Configuration requise
Condition requise | Valeur |
---|---|
Serveur minimal pris en charge | Windows Server 2022 |
En-tête | wdm.h (include Wdm.h) |