psl1ght
A free SDK for Sony's PS3 console
Functions | Variables
prx.h File Reference

dynamic libraries. More...

#include <ppu-types.h>
#include <sys/prx.h>

Go to the source code of this file.

Functions

sysPrxId sysPrxLoadModule (const char *path, sysPrxFlags flags, sysPrxLoadModuleOption *opt)
 
sysPrxId sysPrxUnloadModule (sysPrxId id, sysPrxFlags flags, sysPrxLoadModuleOption *opt)
 
s32 sysPrxStartModule (sysPrxId id, size_t args, void *argp, s32 *modres, sysPrxFlags flags, sysPrxStartModuleOption *opt)
 
s32 sysPrxStopModule (sysPrxId id, size_t args, void *argp, s32 *modres, sysPrxFlags flags, sysPrxStartModuleOption *opt)
 
s32 sysPrxRegisterModule (const sysPrxRegisterModuleOption *opt)
 
s32 sysPrxGetModuleList (sysPrxFlags flags, sysPrxModuleList *list)
 
s32 sysPrxGetModuleInfo (sysPrxId id, sysPrxFlags flags, sysPrxModuleInfo *info)
 
sysPrxId sysPrxGetModuleIdByName (const char *name, sysPrxFlags flags, sysPrxGetModuleIdByNameOption *opt)
 

Variables

s32 sysPrxVersion
 

Detailed Description

dynamic libraries.