Follows sequence of jumps (direct or indirect) and Win95 thunks that starts at specified address. Stops if:
-next command is neither jump nor thunk, or
-next command is exported entry in difefrent module, or
-length of sequence exceeds 10 jumps.
Returns address of final destination, or 0 on error. Parameter addr is usually the destination of CALL command, hence the name. As any access to the debuggee's memory takes significant time, this function may be slow.
ulong Followcall(ulong addr);
Parameters:
addr - address of first command in jump chain.
See also: Disassembleforward, Disassembleback, Disasm