Monado OpenXR Runtime
|
Simple process handling. More...
#include <stdio.h>
Go to the source code of this file.
Functions | |
struct u_process * | u_process_create_if_not_running (void) |
Creates a handle for this process that is unique to the operating system user. More... | |
void | u_process_destroy (struct u_process *proc) |
Releases the unique handle of the operating system user. More... | |
Simple process handling.