Debugging Tools for Windows |
The GetReturnOffset method returns the return address for the current function.
HRESULT
GetReturnOffset(
OUT PULONG64 Offset
);
This method may also return error values. See Return Values for more details.
GetReturnOffset is available in all versions of IDebugControl.
The return address is the location in the process's virtual address space of the instruction that will be executed when the current function returns.
Headers: Defined in Dbgeng.h. Include Dbgeng.h.