SceKernelMbxInfo Struct Reference
[Thread Manager Library]

#include <pspthreadman.h>


Detailed Description

Current state of a messagebox.

See also:
sceKernelReferMbxStatus.


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.


Field Documentation

SceSize SceKernelMbxInfo::size

Size of the SceKernelMbxInfo structure.

char SceKernelMbxInfo::name[32]

NUL-terminated name of the messagebox.

SceUInt SceKernelMbxInfo::attr

Attributes.

int SceKernelMbxInfo::numWaitThreads

The number of threads waiting on the messagebox.

int SceKernelMbxInfo::numMessages

Number of messages currently in the messagebox.

void* SceKernelMbxInfo::firstMessage

The message currently at the head of the queue.


The documentation for this struct was generated from the following file:
Generated on Tue Jul 24 15:21:27 2007 for PSPSDK-Rev2272 by  doxygen 1.5.2