| PSPSDK 2025-10-12
    | 
Structure to pass to loadexec. More...
#include <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.