libnx
v4.7.0
|
FilesystemProxy-ProgramRegistry (fsp-pr) service IPC wrapper. More...
Go to the source code of this file.
Functions | |
Result | fsprInitialize (void) |
Initialize fsp-pr. | |
void | fsprExit (void) |
Exit fsp-pr. | |
Service * | fsprGetServiceSession (void) |
Gets the Service object for the actual fsp-pr service session. | |
Result | fsprRegisterProgram (u64 pid, u64 tid, NcmStorageId sid, const void *fs_access_header, size_t fah_size, const void *fs_access_control, size_t fac_size) |
Result | fsprUnregisterProgram (u64 pid) |
Result | fsprSetCurrentProcess (void) |
Result | fsprSetEnabledProgramVerification (bool enabled) |
FilesystemProxy-ProgramRegistry (fsp-pr) service IPC wrapper.