OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Implementation of class TAppDictionary, a dictionary of associations between pids (Process IDs) and TApplication pointers. More...
Go to the source code of this file.
Namespaces | |
namespace | owl |
Object Windows Library (OWLNext Core) | |
Functions | |
TAppDictionary & | owl::OWLGetAppDictionary () |
Global exported TAppDictionary in Owl. | |
owl::TApplication * | GetTaskApplicationObject (unsigned pid) |
Exported entry for Debugger use. | |
TApplication * | owl::GetApplicationObject (uint pid=0) |
Global function that calls GetApplication() on owl's app-dictionary. | |
Implementation of class TAppDictionary, a dictionary of associations between pids (Process IDs) and TApplication pointers.
Used to support GetApplicationObject().
Definition in file appdict.cpp.
owl::TApplication * GetTaskApplicationObject | ( | unsigned | pid | ) |
Exported entry for Debugger use.
Definition at line 291 of file appdict.cpp.
References owl::TAppDictionary::GetApplication(), and owl::OWLGetAppDictionary().