The location of a single state component within an XSAVE area. More...
#include "winnt.h"
Public Attributes | |
| uint32_t | Offset |
| The location of a state component within a CPU-specific context structure. | |
| uint32_t | Size |
| The size of a state component with a CPU-specific context structure. | |
The location of a single state component within an XSAVE area.
| uint32_t XSTATE_FEATURE::Offset |
The location of a state component within a CPU-specific context structure.
This is equivalent to the difference (ptrdiff_t) between the return value of LocateXStateFeature() and its Context argument.
| uint32_t XSTATE_FEATURE::Size |
The size of a state component with a CPU-specific context structure.
This is equivalent to the size returned by LocateXStateFeature() in Length.