Difference between revisions of "PMApp:TerminateTitle"

From 3dbrew
Jump to navigation Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x0004.... ] |- | 1 | TitleID lower word |- | 2 | TitleID upper word |- | 3 | Unkn...")
 
m (Steveice10 moved page PMApp:TerminateProcessTID to PMApp:TerminateTitle)
 
(7 intermediate revisions by 2 users not shown)
Line 6: Line 6:
 
|-
 
|-
 
| 0
 
| 0
| Header code [0x0004.... ]
+
| Header code [0x00040100]
 
|-
 
|-
| 1
+
| 1-2
| TitleID lower word
+
| u64, Program ID
|-
 
| 2
 
| TitleID upper word
 
|-
 
| 3
 
| Unknown
 
 
|-
 
|-
| 4
+
| 3-4
| Unknown
+
| u64, Timeout
 
|}
 
|}
  
Line 35: Line 29:
  
 
=Description=
 
=Description=
This terminates all processes which have the specified titleID.
+
This terminates all processes which have the specified titleID. If the timeout value is not 0 and [[PMApp:PrepareForReboot]] has been called, the command returns error 0xC8A05801.

Latest revision as of 03:42, 20 January 2016

Request[edit]

Index Word Description
0 Header code [0x00040100]
1-2 u64, Program ID
3-4 u64, Timeout

Response[edit]

Index Word Description
0 Header code
1 Result code

Description[edit]

This terminates all processes which have the specified titleID. If the timeout value is not 0 and PMApp:PrepareForReboot has been called, the command returns error 0xC8A05801.