This topic has not yet been rated - Rate this topic

IDiaStackWalkHelper::searchForReturnAddressStart

Searches the specified stack frame for a return address at or near the specified stack address.

HRESULT searchForReturnAddressStart( 
   IDiaFrameData*  frame,
   ULONGLONG       startAddress,
   ULONGLONG*      returnAddress
);
frame

[in] An IDiaFrameData object that represents the current stack frame.

startAddress

[in] A virtual memory address from which to begin searching.

ReturnAddress

[out] Returns the nearest function return address to startAddress.

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

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
Advertisement