winIDEA SDK
iEclipse::ICallee Struct Reference

Description

This interface provides information about a callee - a function called from a certain point.

#include <i_Eclipse.h>

Public Member Functions

virtual ADDRESS_64 CallSite () PURE
 Address of call instruction.
 
virtual bool DirectCall () PURE
 true if the call is a direct call.
 
virtual ADDRESS_64 Callee () PURE
 Address of the called function.