The GetMethodLocation method of the IRemoteStackFrameEx interface returns the IMethodLocation interface. IMethodLocation represents the current location where execution will resume in the current execution model (interpreted or JIT-compiled, for example) for this stack frame. See Controlling Execution and the IMethodLocation interface for more details.
HRESULT GetMethodLocation(IMethodLocation *ppiml)
[out] *ppiml | Returns the current location where execution will resume in this stack frame. |
S_OK Success.
E_OUTOFMEMORY Insufficient memory.