#include <psptypes.h>
Go to the source code of this file.
Data Structures | |
| struct | _SceUtilityMsgDialogParams |
| Structure to hold the parameters for a message dialog. More... | |
Typedefs | |
| typedef _SceUtilityMsgDialogParams | SceUtilityMsgDialogParams |
| Structure to hold the parameters for a message dialog. | |
Functions | |
| int | sceUtilityMsgDialogInitStart (SceUtilityMsgDialogParams *params) |
| Create a message dialog. | |
| void | sceUtilityMsgDialogShutdownStart (void) |
| Remove a message dialog currently active. | |
| int | sceUtilityMsgDialogGetStatus (void) |
| Get the current status of a message dialog currently active. | |
| void | sceUtilityMsgDialogUpdate (int n) |
| Refresh the GUI for a message dialog currently active. | |
| typedef struct _SceUtilityMsgDialogParams SceUtilityMsgDialogParams |
Structure to hold the parameters for a message dialog.
| int sceUtilityMsgDialogGetStatus | ( | void | ) |
Get the current status of a message dialog currently active.
| int sceUtilityMsgDialogInitStart | ( | SceUtilityMsgDialogParams * | params | ) |
Create a message dialog.
| params | - dialog parameters |
| void sceUtilityMsgDialogShutdownStart | ( | void | ) |
Remove a message dialog currently active.
After calling this function you need to keep calling GetStatus and Update until you get a status of 4.
| void sceUtilityMsgDialogUpdate | ( | int | n | ) |
Refresh the GUI for a message dialog currently active.
| n | - unknown, pass 2 |
1.5.2