![]() |
vitasdk
Documentation of the vitasdk
|
#include <psp2kern/types.h>Go to the source code of this file.
Functions | |
| int | ksceRegMgrGetKeyBin (const char *category, const char *name, void *buf, SceSize size) |
| Get a key's information by category and name. | |
| int | ksceRegMgrGetKeyInt (const char *category, const char *name, int *buf) |
| Get a key's information by category and name. | |
| int | ksceRegMgrGetKeyStr (const char *category, const char *name, char *buf, SceSize size) |
| Get a key's information by category and name. | |
| int | ksceRegMgrSetKeyBin (const char *category, const char *name, void *buf, SceSize size) |
| Set a key's information by category and name. | |
| int | ksceRegMgrSetKeyInt (const char *category, const char *name, int buf) |
| Set a key's information by category and name. | |
| int | ksceRegMgrSetKeyStr (const char *category, const char *name, char *buf, SceSize size) |
| Set a key's information by category and name. | |