Exports for User.
More...
Exports for User.
Using this library in your project
Include the header file in your project:
Link the library to the executable:
Load the required module:
int sceSysmoduleLoadModule(SceSysmoduleModuleId id)
Load a module.
@ SCE_SYSMODULE_INCOMING_DIALOG
Incoming Dialog module.
Definition sysmodule.h:80
◆ SceIncomingDialogParam
| struct SceIncomingDialogParam |
◆ SceIncomingDialogStatus
Dialog status.
| Enumerator |
|---|
| SCE_INCOMING_DIALOG_NOT_RUNNING | |
| SCE_INCOMING_DIALOG_ACCEPTED | |
| SCE_INCOMING_DIALOG_RUNNING | |
| SCE_INCOMING_DIALOG_REJECTED | |
| SCE_INCOMING_DIALOG_CLOSED | |
| SCE_INCOMING_DIALOG_BUSY | |
| SCE_INCOMING_DIALOG_TIMEOUT | |
◆ SceIncomingDialogErrorCode
Error Codes.
| Enumerator |
|---|
| SCE_INCOMINGDIALOG_ERROR_INVALID_ARG | |
◆ VITASDK_BUILD_ASSERT_EQ()
◆ sceIncomingDialogInitialize()
| SceInt32 sceIncomingDialogInitialize |
( |
int |
init_type | ) |
|
Initialize incoming dialog library, init_type must be 1.
◆ sceIncomingDialogOpen()
◆ sceIncomingDialogGetStatus()
| SceInt32 sceIncomingDialogGetStatus |
( |
void |
| ) |
|
Returns current status of incoming dialog.
◆ sceIncomingDialogSwitchToDialog()
| SceInt32 sceIncomingDialogSwitchToDialog |
( |
void |
| ) |
|
Force exit to LiveArea and show dialog window.
◆ sceIncomingDialogClose()
| SceInt32 sceIncomingDialogClose |
( |
void |
| ) |
|
◆ sceIncomingDialogFinish()
| SceInt32 sceIncomingDialogFinish |
( |
void |
| ) |
|
Finish incoming dialog library.
◆ sdkVersion
| SceInt32 SceIncomingDialogParam::sdkVersion |
◆ audioPath
| SceChar8 SceIncomingDialogParam::audioPath[0x80] |
◆ titleid
| SceChar8 SceIncomingDialogParam::titleid[0x10] |
◆ unk_BC
◆ dialogTimer
| SceUInt32 SceIncomingDialogParam::dialogTimer |
◆ reserved1
| SceChar8 SceIncomingDialogParam::reserved1[0x3E] |
◆ buttonRightText
| SceWChar16 SceIncomingDialogParam::buttonRightText[0x1F] |
◆ separator0
| SceInt16 SceIncomingDialogParam::separator0 |
◆ buttonLeftText
| SceWChar16 SceIncomingDialogParam::buttonLeftText[0x1F] |
◆ separator1
| SceInt16 SceIncomingDialogParam::separator1 |
◆ dialogText
| SceWChar16 SceIncomingDialogParam::dialogText[0x80] |
◆ separator2
| SceInt16 SceIncomingDialogParam::separator2 |