Difference between revisions of "PMApp:TerminateTitle"

From 3dbrew
Jump to navigation Jump to search
m (Minor clean up.)
m (Steveice10 moved page PMApp:TerminateProcessTID to PMApp:TerminateTitle)
 
(3 intermediate revisions by the same user not shown)
Line 12: Line 12:
 
|-
 
|-
 
| 3-4
 
| 3-4
| u64, Unknown (always 0)
+
| u64, Timeout
 
|}
 
|}
  
Line 29: Line 29:
  
 
=Description=
 
=Description=
This terminates all processes which have the specified titleID. If the unknown u64 value is not 0, the command returns error 0xC8A05801.
+
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 04: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.