|
| | VITASDK_BUILD_ASSERT_EQ (0x38, SceMsgDialogButtonsParam) |
| |
| | VITASDK_BUILD_ASSERT_EQ (0x28, SceMsgDialogUserMessageParam) |
| |
| | VITASDK_BUILD_ASSERT_EQ (0x28, SceMsgDialogSystemMessageParam) |
| |
| | VITASDK_BUILD_ASSERT_EQ (0x24, SceMsgDialogErrorCodeParam) |
| |
| | VITASDK_BUILD_ASSERT_EQ (0x50, SceMsgDialogProgressBarParam) |
| |
| | VITASDK_BUILD_ASSERT_EQ (0x88, SceMsgDialogParam) |
| |
| | VITASDK_BUILD_ASSERT_EQ (0x2C, SceMsgDialogResult) |
| |
| int | sceMsgDialogInit (const SceMsgDialogParam *param) |
| |
| SceCommonDialogStatus | sceMsgDialogGetStatus (void) |
| |
| int | sceMsgDialogAbort (void) |
| |
| int | sceMsgDialogGetResult (SceMsgDialogResult *result) |
| |
| int | sceMsgDialogTerm (void) |
| |
| int | sceMsgDialogClose (void) |
| |
| int | sceMsgDialogProgressBarInc (SceMsgDialogProgressBarTarget target, SceUInt32 delta) |
| | Increases the rate of the progress bar in the message dialog.
|
| |
| int | sceMsgDialogProgressBarSetValue (SceMsgDialogProgressBarTarget target, SceUInt32 rate) |
| | Set the progress rate of the progress bar in the message dialog immediately.
|
| |
| int | sceMsgDialogProgressBarSetMsg (SceMsgDialogProgressBarTarget target, const SceChar8 *barMsg) |
| | Set the string displayed in the progress bar of the message dialog immediately.
|
| |