psputility_savedata.h File Reference

#include <psptypes.h>

Go to the source code of this file.

Data Structures

struct  PspUtilitySavedataSFOParam
 title, savedataTitle, detail: parts of the unencrypted SFO data, it contains what the VSH and standard load screen shows More...
struct  PspUtilitySavedataFileData
struct  SceUtilitySavedataParam
 Structure to hold the parameters for the sceUtilitySavedataInitStart function. More...

Functions

int sceUtilitySavedataInitStart (SceUtilitySavedataParam *params)
 Saves or Load savedata to/from the passed structure After having called this continue calling sceUtilitySavedataGetStatus to check if the operation is completed.
int sceUtilitySavedataGetStatus (void)
 Check the current status of the saving/loading/shutdown process Continue calling this to check current status of the process before calling this call also sceUtilitySavedataUpdate.
int sceUtilitySavedataShutdownStart (void)
 Shutdown the savedata utility.
void sceUtilitySavedataUpdate (int unknown)
 Refresh status of the savedata function.


Function Documentation

int sceUtilitySavedataGetStatus ( void   ) 

Check the current status of the saving/loading/shutdown process Continue calling this to check current status of the process before calling this call also sceUtilitySavedataUpdate.

Returns:
2 if the process is still being processed. 3 on save/load success, then you can call sceUtilitySavedataShutdownStart. 4 on complete shutdown.

int sceUtilitySavedataInitStart ( SceUtilitySavedataParam params  ) 

Saves or Load savedata to/from the passed structure After having called this continue calling sceUtilitySavedataGetStatus to check if the operation is completed.

Parameters:
params - savedata parameters
Returns:
0 on success

int sceUtilitySavedataShutdownStart ( void   ) 

Shutdown the savedata utility.

after calling this continue calling sceUtilitySavedataGetStatus to check when it has shutdown

Returns:
0 on success

void sceUtilitySavedataUpdate ( int  unknown  ) 

Refresh status of the savedata function.

Parameters:
unknown - unknown, pass 1


Generated on Tue Jul 24 15:21:25 2007 for PSPSDK-Rev2272 by  doxygen 1.5.2