vitasdk
Documentation of the vitasdk
|
#include <vitasdk/build_utils.h>
#include <psp2/kernel/clib.h>
#include <psp2/types.h>
#include <psp2common/defs.h>
Go to the source code of this file.
Data Structures | |
struct | SceIncomingDialogParam |
Enumerations | |
enum | SceIncomingDialogStatus { 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 } |
Dialog status. More... | |
enum | SceIncomingDialogErrorCode { SCE_INCOMINGDIALOG_ERROR_INVALID_ARG = 0x80106201 } |
Error Codes. More... | |
Functions | |
VITASDK_BUILD_ASSERT_EQ (0x25C, SceIncomingDialogParam) | |
SceInt32 | sceIncomingDialogInitialize (int init_type) |
Initialize incoming dialog library, init_type must be 1. More... | |
SceInt32 | sceIncomingDialogOpen (SceIncomingDialogParam *dialogParam) |
Open incoming dialog. More... | |
SceInt32 | sceIncomingDialogGetStatus (void) |
Returns current status of incoming dialog. More... | |
SceInt32 | sceIncomingDialogSwitchToDialog (void) |
Force exit to LiveArea and show dialog window. More... | |
SceInt32 | sceIncomingDialogClose (void) |
Close incoming dialog. More... | |
SceInt32 | sceIncomingDialogFinish (void) |
Finish incoming dialog library. More... | |