libtransistor
A userland library for the Nintendo Switch
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Fields
ipc_object_t Struct Reference

Represents either an object within an IPC domain or a standalone object. More...

#include <ipc.h>

Collaboration diagram for ipc_object_t:
Collaboration graph
[legend]

Data Fields

int32_t object_id
 -1 if this represents a session, >= 0 if this represents a domain object
 
union {
   session_h   session
 object_id = -1
 
   ipc_domain_t *   domain
 object_id >= 0
 
}; 
 
bool is_borrowed
 whether or not this object is being borrowed from a loader or not
 

Detailed Description

Represents either an object within an IPC domain or a standalone object.


The documentation for this struct was generated from the following file: