Like Ddpi_Space, Ddpi_Process is part of the libddpi application
model.
Description
Ddpi_Process is intended to be used by the program analysis
application to keep track of information about various processes active in
a given address space.
The ddpi_process_create operation creates a Ddpi_Process object
to represent a process and returns a descriptor that represents a handle for
accessing a process.
The ddpi_process_get_name operation queries the
name of a given Ddpi_Process object and sets the returned
name to a pointer to a null-terminated string of characters.
The ddpi_process_list_class operation returns
a pointer to an array of the Ddpi_Class objects for a given Ddpi_Process and
the number of entries in the array.