Debugging Tools for Windows

ReadMsr

The ReadMsr method reads a specified Model-Specific Register (MSR).

HRESULT
  IDebugDataSpaces::ReadMsr(
    IN ULONG  Msr,
    OUT PULONG64  Value
    );

Parameters

Msr
Specifies the MSR address.
Value
Receives the value of the MSR.

Return Value

S_OK
The method was successful.

This method can also return error values. See Return Values for more details.

Interface Version

ReadMsr is available in all versions of IDebugDataSpaces.

Comments

This method is only available in kernel-mode debugging.

For details on the addresses and values of MSRs, see the processor documentation.

Requirements

Headers: Defined in Dbgeng.h. Include Dbgeng.h.

Build machine: CAPEBUILD