PSPSDK 1.0+beta2
Loading...
Searching...
No Matches
SceKernelLoadExecParam Struct Reference

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.
 
voidargp
 Pointer to the arg string.
 
const charkey
 Encryption key ?
 

Detailed Description

Structure to pass to loadexec.

Field Documentation

◆ argp

void* SceKernelLoadExecParam::argp

Pointer to the arg string.

◆ args

SceSize SceKernelLoadExecParam::args

Size of the arg string.

◆ key

const char* SceKernelLoadExecParam::key

Encryption key ?

◆ size

SceSize SceKernelLoadExecParam::size

Size of the structure.


The documentation for this struct was generated from the following file: