estructura KERNEL_CET_CONTEXT (wdm.h)

Reservado solo para uso del sistema. No debe usarse.

Sintaxis

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;

Miembros

Ssp

Rip

SegCs

DUMMYUNIONNAME

DUMMYUNIONNAME.AllFlags

DUMMYUNIONNAME.DUMMYSTRUCTNAME

DUMMYUNIONNAME.DUMMYSTRUCTNAME.UseWrss

DUMMYUNIONNAME.DUMMYSTRUCTNAME.PopShadowStackOne

DUMMYUNIONNAME.DUMMYSTRUCTNAME.Unused

Fill[2]

Requisitos

Requisito Value
Servidor mínimo compatible Windows Server 2022
Encabezado wdm.h (incluya Wdm.h)