Provides the app_info struct, the BRoster class and the be_roster global.
More...
Provides the app_info struct, the BRoster class and the be_roster global.
#define B_ARGV_ONLY (0x8) |
The application can't receive messages, information must be passed at launch through argv, typically from the command line.
- Since
- BeOS R3
#define B_BACKGROUND_APP (0x4) |
Background app, won't appear in Deskbar.
- Since
- BeOS R3
#define B_EXCLUSIVE_LAUNCH (0x2) |
Exclusive launch.
- Since
- BeOS R3
#define B_LAUNCH_MASK (0x3) |
Bitwise and this with app_info::flags to get at the flags above.
- Since
- BeOS R3
#define B_MULTIPLE_LAUNCH (0x1) |
Multiple launch.
- Since
- BeOS R3
#define B_SINGLE_LAUNCH (0x0) |
Single launch.
- Since
- BeOS R3
Enumerator |
---|
B_REQUEST_LAUNCHED |
B_SOME_APP_LAUNCHED
- Since
- BeOS R3
|
B_REQUEST_QUIT |
B_SOME_APP_QUIT
- Since
- BeOS R3
|
B_REQUEST_ACTIVATED |
B_SOME_APP_ACTIVATED
- Since
- BeOS R3
|