PSPSDK 2025-02-06
Loading...
Searching...
No Matches
SceKernelMbxInfo Struct Reference

Current state of a messagebox. More...

#include <user/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.
 

Detailed Description

Current state of a messagebox.

See also
sceKernelReferMbxStatus.

Field Documentation

◆ attr

SceUInt SceKernelMbxInfo::attr

Attributes.

◆ firstMessage

void* SceKernelMbxInfo::firstMessage

The message currently at the head of the queue.

◆ name

char SceKernelMbxInfo::name[32]

NUL-terminated name of the messagebox.

◆ numMessages

int SceKernelMbxInfo::numMessages

Number of messages currently in the messagebox.

◆ numWaitThreads

int SceKernelMbxInfo::numWaitThreads

The number of threads waiting on the messagebox.

◆ size

SceSize SceKernelMbxInfo::size

Size of the SceKernelMbxInfo structure.


The documentation for this struct was generated from the following file: