Debugging Tools for Windows |
The GetValue method gets the value of one of the target's registers.
HRESULT
IDebugRegisters::GetValue(
IN ULONG Register,
OUT PDEBUG_VALUE Value
);
This list does not contain all the errors that might occur. For a list of possible errors, see HRESULT Values.
GetValue is available in all versions of IDebugRegisters.
To receive the values of multiple registers, use the GetValues method instead.
For an overview of the IDebugRegisters interface and other register-related methods, see Registers.
Headers: Defined in DbgEng.h. Include DbgEng.h.