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. More... | |
int | ksceRegMgrGetKeyInt (const char *category, const char *name, int *buf) |
Get a key's information by category and name. More... | |
int | ksceRegMgrGetKeyStr (const char *category, const char *name, char *buf, SceSize size) |
Get a key's information by category and name. More... | |
int | ksceRegMgrSetKeyBin (const char *category, const char *name, void *buf, SceSize size) |
Set a key's information by category and name. More... | |
int | ksceRegMgrSetKeyInt (const char *category, const char *name, int buf) |
Set a key's information by category and name. More... | |
int | ksceRegMgrSetKeyStr (const char *category, const char *name, char *buf, SceSize size) |
Set a key's information by category and name. More... | |