vitasdk
Documentation of the vitasdk
uid_puid.h File Reference
#include <psp2kern/types.h>

Go to the source code of this file.

Macros

#define ksceKernelKernelUidForUserUid(pid, puid)   kscePUIDtoGUID(pid, puid)
 
#define ksceKernelCreateUserUid(pid, guid)   kscePUIDOpenByGUID(pid, guid)
 
#define ksceKernelDeleteUserUid(pid, puid)   kscePUIDClose(pid, puid)
 

Functions

SceUID kscePUIDOpenByGUID (SceUID pid, SceUID guid)
 
int kscePUIDClose (SceUID pid, SceUID puid)
 
SceUID kscePUIDtoGUID (SceUID pid, SceUID puid)