OWLNext 7.0
Borland's Object Windows Library for the modern age
|
An application dictionary entry that associates a process ID (Pid) with an application (App). More...
#include <owl/appdict.h>
Public Attributes | |
uint | Pid |
TApplication * | App |
An application dictionary entry that associates a process ID (Pid) with an application (App).
The dictionary is indexed by Pid and can have only 1 entry per process ID.
TApplication* owl::TAppDictionary::TEntry::App |