![]() |
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. | |
| int | sceRegMgrGetKeyInt (const char *category, const char *name, int *buf) |
| Get a key's information by category and name. | |
| int | sceRegMgrGetKeyStr (const char *category, const char *name, char *buf, const int size) |
| Get a key's information by category and name. | |
| int | sceRegMgrSetKeyBin (const char *category, const char *name, void *buf, int size) |
| Set a key's information by category and name. | |
| int | sceRegMgrSetKeyInt (const char *category, const char *name, int buf) |
| Set a key's information by category and name. | |
| int | sceRegMgrSetKeyStr (const char *category, const char *name, char *buf, const int size) |
| Set a key's information by category and name. | |
| int | sceRegMgrGetInitVals (const char *category, char *buf, const int elements_number) |
| Get all keys' initial information by category (from os0:kd/registry.db0) | |
| int | sceRegMgrGetKeys (const char *category, char *buf, const int elements_number) |
| Get all keys' information by category. | |
| int | sceRegMgrSetKeys (const char *category, char *buf, const int elements_number) |
| Set all keys' information by category. | |
| int | sceRegMgrSystemParamGetInt (const int id, int *buf) |
| Get a system param key's information by id. | |
| int | sceRegMgrSystemParamGetStr (const int id, char *buf, const int size) |
| Get a system param key's information by id. | |
| int | sceRegMgrGetRegVersion (int version, char *buf) |
| Get the registry version. | |