OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
appdict.cpp File Reference

Implementation of class TAppDictionary, a dictionary of associations between pids (Process IDs) and TApplication pointers. More...

#include <owl/pch.h>
#include <owl/appdict.h>
#include <owl/applicat.h>

Go to the source code of this file.

Namespaces

namespace  owl
 Object Windows Library (OWLNext Core)
 

Functions

TAppDictionaryowl::OWLGetAppDictionary ()
 Global exported TAppDictionary in Owl.
 
owl::TApplicationGetTaskApplicationObject (unsigned pid)
 Exported entry for Debugger use.
 
TApplicationowl::GetApplicationObject (uint pid=0)
 Global function that calls GetApplication() on owl's app-dictionary.
 

Detailed Description

Implementation of class TAppDictionary, a dictionary of associations between pids (Process IDs) and TApplication pointers.

Used to support GetApplicationObject().

Definition in file appdict.cpp.

Function Documentation

◆ GetTaskApplicationObject()

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().