
Go to the source code of this file.
| typedef struct _pspUtilityMsgDialogParams pspUtilityMsgDialogParams |
Structure to hold the parameters for a message dialog.
| int sceUtilityMsgDialogAbort | ( | void | ) |
Abort a message dialog currently active.
| int sceUtilityMsgDialogGetStatus | ( | void | ) |
Get the current status of a message dialog currently active.
| int sceUtilityMsgDialogInitStart | ( | pspUtilityMsgDialogParams * | 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 1 |
1.7.1