Each Ddpi_Function object
is an opaque data type that contains information about a specific function,
including static functions. If the function is defined in more than one compilation
unit, there will be a separate Ddpi_Function object for each
compilation unit.
Description
A
Ddpi_Function object can be queried to get:
- The fully qualified name of the function.
- The unqualified name of the function.
- The Ddpi_Access object that identifies the .dbg file
for the function.
If the function is not a member of a C++ class, the fully qualified name
will be the same as the unqualified name.
Type definition
typedef struct Ddpi_Function_s* Ddpi_Function;