WBA_ApplicationId
WBA_ApplicationId
wba
1998 12-05
CLASS
WBA_ApplicationId - well-behaved application ID
SYNOPSIS
WBA_ApplicationId provides a unique identifier for an application
process.
CONSTRUCTOR
WBA_ApplicationId(const GPL_String & n)
Initialize the name of the application to n.
MEMBER FUNCTIONS
inline const GPL_String & GetName(void) const
Return the name of the application.
inline OSD_PID_T GetPID(void) const
Return the process ID of the application.
inline void SetName(const GPL_String & n)
Set the name of the application to n.
nline void SetPID(const OSD_PID_T p)
Set the process ID of the application to p.