![]() |
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. | |
| int | ksceSblACMgrIsSystemProgram (SceUID pid) |
| Get process type state. | |
| int | ksceSblACMgrIsGameProgram (SceUID pid) |
| Get process type state. | |
| int | ksceSblACMgrIsNonGameProgram (SceUID pid) |
| Get process type state. | |
| int | ksceSblACMgrIsPspEmu (SceUID pid) |
| Get process type state. | |
| int | ksceSblACMgrIsSceShell (SceUID pid) |
| Get process type state. | |
| int | ksceSblACMgrIsFself (SceUID pid) |
| Get process type state. | |
| int | ksceSblACMgrGetProcessProgramAuthId (SceUID pid, SceUInt64 *authid) |
| Get process authority id. | |
| int | ksceSblACMgrGetMediaType (const char *path, SceUInt32 *media_type) |
| Get media type for input path. | |
| int | ksceSblACMgrIsDevelopmentMode (void) |
| Get development mode state. | |