This topic has not yet been rated - Rate this topic

IDiaStackWalkFrame::get_registerValue

Retrieves the value of a register.

HRESULT get_registerValue ( 
   DWORD      index,
   ULONGLONG* pRetVal
);
index

[in] A value from the CV_HREG_e enumeration specifying the register to get the value for.

pRetVal

[out] Returns the current value of the register.

If successful, returns S_OK; otherwise, returns an error code.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.