vitasdk
Documentation of the vitasdk
|
#include <psp2/types.h>
Go to the source code of this file.
Functions | |
int | sceRegMgrGetKeyBin (const char *category, const char *name, void *buf, int size) |
Get a key's information by category and name. More... | |
int | sceRegMgrGetKeyInt (const char *category, const char *name, int *buf) |
Get a key's information by category and name. More... | |
int | sceRegMgrGetKeyStr (const char *category, const char *name, char *buf, const int size) |
Get a key's information by category and name. More... | |
int | sceRegMgrSetKeyBin (const char *category, const char *name, void *buf, int size) |
Set a key's information by category and name. More... | |
int | sceRegMgrSetKeyInt (const char *category, const char *name, int buf) |
Set a key's information by category and name. More... | |
int | sceRegMgrSetKeyStr (const char *category, const char *name, char *buf, const int size) |
Set a key's information by category and name. More... | |
int | sceRegMgrGetInitVals (const char *category, char *buf, const int elements_number) |
Get all keys' initial information by category (from os0:kd/registry.db0) More... | |
int | sceRegMgrGetKeys (const char *category, char *buf, const int elements_number) |
Get all keys' information by category. More... | |
int | sceRegMgrSetKeys (const char *category, char *buf, const int elements_number) |
Set all keys' information by category. More... | |
int | sceRegMgrSystemParamGetInt (const int id, int *buf) |
Get a system param key's information by id. More... | |
int | sceRegMgrSystemParamGetStr (const int id, char *buf, const int size) |
Get a system param key's information by id. More... | |
int | sceRegMgrGetRegVersion (int version, char *buf) |
Get the registry version. More... | |