vitasdk
Documentation of the vitasdk
|
#include <psp2kern/types.h>
Go to the source code of this file.
Macros | |
#define | ksceSblACMgrIsSystem(pid) ksceSblACMgrIsRootProgram(pid) |
#define | ksceSblACMgrIsShell(pid) ksceSblACMgrIsSystemProgram(pid) |
Functions | |
int | ksceSblACMgrIsRootProgram (SceUID pid) |
Get process type state. More... | |
int | ksceSblACMgrIsSystemProgram (SceUID pid) |
Get process type state. More... | |
int | ksceSblACMgrIsGameProgram (SceUID pid) |
Get process type state. More... | |
int | ksceSblACMgrIsNonGameProgram (SceUID pid) |
Get process type state. More... | |
int | ksceSblACMgrIsPspEmu (SceUID pid) |
Get process type state. More... | |
int | ksceSblACMgrIsSceShell (SceUID pid) |
Get process type state. More... | |
int | ksceSblACMgrIsFself (SceUID pid) |
Get process type state. More... | |
int | ksceSblACMgrGetProcessProgramAuthId (SceUID pid, SceUInt64 *authid) |
Get process authority id. More... | |
int | ksceSblACMgrGetMediaType (const char *path, SceUInt32 *media_type) |
Get media type for input path. More... | |
int | ksceSblACMgrIsDevelopmentMode (void) |
Get development mode state. More... | |