Provides info for a running app. More...
Public Member Functions | |
| app_info () | |
| Creates an uninitialized app_info. | |
| ~app_info () | |
| Does nothing. | |
Public Attributes | |
| uint32 | flags |
| Mask of flags that determine the behavior of the application. | |
| port_id | port |
| The main thread port, or -1 if the application isn't running. | |
| entry_ref | ref |
| A file ref that was executed to run the application. | |
| char | signature [B_MIME_TYPE_LENGTH] |
| The signature that uniquely identifies the application. | |
| team_id | team |
| The team id or -1 if the application isn't running. | |
| thread_id | thread |
| The main thread id or -1 if the application isn't running. | |
Provides info for a running app.
| app_info::app_info | ( | ) |
Creates an uninitialized app_info.
| app_info::~app_info | ( | ) |
Does nothing.
| app_info::flags |
Mask of flags that determine the behavior of the application.
| app_info::port |
The main thread port, or -1 if the application isn't running.
| app_info::ref |
A file ref that was executed to run the application.
| app_info::team |
The team id or -1 if the application isn't running.
| app_info::thread |
The main thread id or -1 if the application isn't running.