Monado OpenXR Runtime
u_process.h File Reference

Simple process handling. More...

#include <stdio.h>
Include dependency graph for u_process.h:

Go to the source code of this file.

Functions

struct u_processu_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...
 

Detailed Description