Go to the source code of this file.
Typedef Documentation
Structure to hold the parameters for a message dialog.
Enumeration Type Documentation
- Enumerator:
PSP_UTILITY_MSGDIALOG_MODE_ERROR |
|
PSP_UTILITY_MSGDIALOG_MODE_TEXT |
|
- Enumerator:
PSP_UTILITY_MSGDIALOG_OPTION_ERROR |
|
PSP_UTILITY_MSGDIALOG_OPTION_TEXT |
|
PSP_UTILITY_MSGDIALOG_OPTION_YESNO_BUTTONS |
|
PSP_UTILITY_MSGDIALOG_OPTION_DEFAULT_NO |
|
- Enumerator:
PSP_UTILITY_MSGDIALOG_RESULT_UNKNOWN1 |
|
PSP_UTILITY_MSGDIALOG_RESULT_YES |
|
PSP_UTILITY_MSGDIALOG_RESULT_NO |
|
PSP_UTILITY_MSGDIALOG_RESULT_BACK |
|
Function Documentation
int sceUtilityMsgDialogAbort |
( |
void |
| ) |
|
Abort a message dialog currently active.
int sceUtilityMsgDialogGetStatus |
( |
void |
| ) |
|
Get the current status of a message dialog currently active.
- Returns
- 2 if the GUI is visible (you need to call sceUtilityMsgDialogGetStatus). 3 if the user cancelled the dialog, and you need to call sceUtilityMsgDialogShutdownStart. 4 if the dialog has been successfully shut down.
Create a message dialog.
- Parameters
-
params | - dialog parameters |
- Returns
- 0 on success
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.
- Parameters
-