Functions | |
int | sceKernelGetModuleList (int readbufsize, SceUID *readbuf) |
Gets the current module list. | |
int | sceKernelModuleCount (void) |
Get the number of loaded modules. | |
SceUID | sceKernelLoadModuleBuffer (void *buf, SceSize bufsize, int flags, SceKernelLMOption *option) |
Load a module from a buffer. |
int sceKernelGetModuleList | ( | int | readbufsize, | |
SceUID * | readbuf | |||
) |
Gets the current module list.
readbufsize | - The size of the read buffer. | |
readbuf | - Pointer to a buffer to store the IDs |
SceUID sceKernelLoadModuleBuffer | ( | void * | buf, | |
SceSize | bufsize, | |||
int | flags, | |||
SceKernelLMOption * | option | |||
) |
Load a module from a buffer.
buf | - Pointer to a buffer containing the module to load. The buffer must reside at an address that is a multiple to 64 bytes. | |
bufsize | - Size (in bytes) of the buffer pointed to by buf. | |
flags | - Unused, always 0. | |
option | - Pointer to an optional SceKernelLMOption structure. |
int sceKernelModuleCount | ( | void | ) |
Get the number of loaded modules.