OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
owl::TAppDictionary::TEntry Struct Reference

An application dictionary entry that associates a process ID (Pid) with an application (App). More...

#include <owl/appdict.h>

Public Attributes

uint Pid
 
TApplicationApp
 

Detailed Description

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.

Definition at line 36 of file appdict.h.

Member Data Documentation

◆ App

TApplication* owl::TAppDictionary::TEntry::App

Definition at line 38 of file appdict.h.

◆ Pid

uint owl::TAppDictionary::TEntry::Pid

Definition at line 37 of file appdict.h.


The documentation for this struct was generated from the following file: