a handy class that implements an array of process entries.
Encapsulates information about OS processes.
basis::un_int _parent_process_id
the process id of the owning process.
basis::un_int _references
the number of references to (users of) this process.
DEFINE_CLASS_NAME("process_entry")
basis::un_int _process_id
the OS identifier of this process.
basis::astring text_form() const
returns a descriptive string for the information here.
basis::un_short _module16
non-zero if this process is a 16-bit application.
process_entry & operator=(const process_entry &to_copy)
const basis::astring & path() const
basis::un_int _threads
the number of threads in use by this process.