struktur KERNEL_CET_CONTEXT (wdm.h)

Hanya dicadangkan untuk penggunaan sistem. Jangan gunakan.

Sintaks

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;

Anggota

Ssp

Rip

SegCs

DUMMYUNIONNAME

DUMMYUNIONNAME.AllFlags

DUMMYUNIONNAME.DUMMYSTRUCTNAME

DUMMYUNIONNAME.DUMMYSTRUCTNAME.UseWrss

DUMMYUNIONNAME.DUMMYSTRUCTNAME.PopShadowStackOne

DUMMYUNIONNAME.DUMMYSTRUCTNAME.Unused

Fill[2]

Persyaratan

Persyaratan Nilai
Server minimum yang didukung Windows Server 2022
Header wdm.h (termasuk Wdm.h)