Ddpi_Function object

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: 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;