Line 263:
Line 263:
|OSGetPFID
|OSGetPFID
|<code>int OSGetPFID(void)</code>
|<code>int OSGetPFID(void)</code>
−
|Returns the current process PFID
+
|Returns the current process PFID e.g. 0x0000000F
+
|-
+
|OSGetUPID
+
|<code>int OSGetUPID(void)</code>
+
|Does the same as OSGetPFID
|-
|-
|OSGetTitleID
|OSGetTitleID
|<code>uint64_t OSGetTitleID(void)</code>
|<code>uint64_t OSGetTitleID(void)</code>
−
|Returns the current title id e.g. 0x0005000E1010ED00 (Mario Kart 8 EUR)
+
|Returns the current title id e.g. 0x0005000E1010ED00 (Mario Kart 8 EUR). See [http://wiiubrew.org/wiki/Title_database]
|-
|-
|OSGetOSID
|OSGetOSID
|<code>uint64_t OSGetOSID(void)</code>
|<code>uint64_t OSGetOSID(void)</code>
−
|Returns the current OS id e.g. 0x000500101000400A (OSv10)
+
|Returns the current OS id e.g. 0x000500101000400A (OSv10). See [http://wiiubrew.org/wiki/Title_database]
|-
|-
|__OSGetAppFlags
|__OSGetAppFlags