XSTATE_SAVE
The XSTATE_SAVE structure is an opaque structure that describes the extended processor state information that a kernel-mode driver saves and restores.
typedef struct _XSTATE_SAVE {
... // opaque
} XSTATE_SAVE, *PXSTATE_SAVE;
Members
All members are opaque.
Remarks
This structure is used by the KeSaveExtendedProcessorState and KeRestoreExtendedProcessorState routines.
Requirements
|
Version | Supported in Windows 7 and later versions of the Windows operating system. |
|---|---|
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 4/2/2012