pspsdk-1.0+beta2
|
Structure to pass to loadexec. More...
#include <src/user/psploadexec.h>
Data Fields | |
SceSize | size |
Size of the structure. | |
SceSize | args |
Size of the arg string. | |
void * | argp |
Pointer to the arg string. | |
const char * | key |
Encryption key ? |
Structure to pass to loadexec.
void* SceKernelLoadExecParam::argp |
Pointer to the arg string.
SceSize SceKernelLoadExecParam::args |
Size of the arg string.
const char* SceKernelLoadExecParam::key |
Encryption key ?
SceSize SceKernelLoadExecParam::size |
Size of the structure.