#include <pspthreadman.h>
Data Fields | |
| SceSize | size |
| Size of the SceKernelMbxInfo structure. | |
| char | name [32] |
| NUL-terminated name of the messagebox. | |
| SceUInt | attr |
| Attributes. | |
| int | numWaitThreads |
| The number of threads waiting on the messagebox. | |
| int | numMessages |
| Number of messages currently in the messagebox. | |
| void * | firstMessage |
| The message currently at the head of the queue. | |
Size of the SceKernelMbxInfo structure.
| char SceKernelMbxInfo::name[32] |
NUL-terminated name of the messagebox.
Attributes.
The number of threads waiting on the messagebox.
Number of messages currently in the messagebox.
The message currently at the head of the queue.
1.5.2