PSPSDK 2026-02-18
Loading...
Searching...
No Matches
pspmodulemgr_kernel.h File Reference
#include <pspkerneltypes.h>
#include <psptypes.h>
#include <pspmodulemgr.h>
Include dependency graph for pspmodulemgr_kernel.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  SceModuleMgrParam
 Structure used internally for many sceModuleManager module functions. More...
 

Enumerations

enum  SceModuleMgrExecModes {
  MODULE_EXEC_CMD_LOAD , MODULE_EXEC_CMD_RELOCATE , MODULE_EXEC_CMD_START , MODULE_EXEC_CMD_STOP ,
  MODULE_EXEC_CMD_UNLOAD
}
 

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.
 
SceUID sceKernelLoadModuleWithApitype2 (int apitype, const char *path, int flags, SceKernelLMOption *option)
 Alias for sceKernelLoadModuleForLoadExecForUser
 
SceUID sceKernelLoadModuleBufferBootInitBtcnf (int bufsize, void *buf, int flags, SceKernelLMOption *option)
 Load a module from a buffer with the Boot Init BTCNF apitype (0x051).
 

Enumeration Type Documentation

◆ SceModuleMgrExecModes

Enumerator
MODULE_EXEC_CMD_LOAD 
MODULE_EXEC_CMD_RELOCATE 
MODULE_EXEC_CMD_START 
MODULE_EXEC_CMD_STOP 
MODULE_EXEC_CMD_UNLOAD