Debugging Tools for Windows |
The ReadMsr method reads a specified Model-Specific Register (MSR).
HRESULT
IDebugDataSpaces::ReadMsr(
IN ULONG Msr,
OUT PULONG64 Value
);
This method can also return error values. See Return Values for more details.
ReadMsr is available in all versions of IDebugDataSpaces.
This method is only available in kernel-mode debugging.
For details on the addresses and values of MSRs, see the processor documentation.
Headers: Defined in Dbgeng.h. Include Dbgeng.h.