libtransistor
A userland library for the Nintendo Switch
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
pm.h File Reference

Process management. More...

#include <libtransistor/types.h>
Include dependency graph for pm.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

result_t pm_init ()
 Initialize Process Manager.
 
result_t pm_terminate_process_by_title_id (uint64_t title_id)
 Terminate a process by title ID.
 
void pm_finalize ()
 Finalize Process Manager.
 

Detailed Description

Process management.