Data Structures | Defines | Enumerations

psputility.h File Reference

#include <psputility_msgdialog.h>
#include <psputility_netconf.h>
#include <psputility_netparam.h>
#include <psputility_savedata.h>
#include <psputility_gamesharing.h>
#include <psputility_htmlviewer.h>
#include <psputility_sysparam.h>
#include <psputility_osk.h>
#include <psputility_netmodules.h>
#include <psputility_avmodules.h>
#include <psputility_usbmodules.h>
#include <psputility_modules.h>
Include dependency graph for psputility.h:

Go to the source code of this file.

Data Structures

struct  pspUtilityDialogCommon

Defines

#define PSP_UTILITY_ACCEPT_CIRCLE   0
#define PSP_UTILITY_ACCEPT_CROSS   1

Enumerations

enum  pspUtilityDialogState {
  PSP_UTILITY_DIALOG_NONE = 0, PSP_UTILITY_DIALOG_INIT, PSP_UTILITY_DIALOG_VISIBLE, PSP_UTILITY_DIALOG_QUIT,
  PSP_UTILITY_DIALOG_FINISHED
}
 

Return-values for the various sceUtility***GetStatus() functions.

More...

Define Documentation

#define PSP_UTILITY_ACCEPT_CIRCLE   0
#define PSP_UTILITY_ACCEPT_CROSS   1

Enumeration Type Documentation

Return-values for the various sceUtility***GetStatus() functions.

Enumerator:
PSP_UTILITY_DIALOG_NONE 

No dialog is currently active.

PSP_UTILITY_DIALOG_INIT 

The dialog is currently being initialized.

PSP_UTILITY_DIALOG_VISIBLE 

The dialog is visible and ready for use.

PSP_UTILITY_DIALOG_QUIT 

The dialog has been canceled and should be shut down.

PSP_UTILITY_DIALOG_FINISHED 

The dialog has successfully shut down.