Difference between revisions of "PMApp:TerminateProcess"

From 3dbrew
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 29: Line 29:
  
 
=Description=
 
=Description=
This terminates the process with the specified process ID. If the timeout value is not 0 and some internal flag is set, the command returns error 0xC8A05801.
+
This terminates the process with the specified process ID. If the timeout value is not 0 and [[PMApp:PrepareForReboot]] has been called, the command returns error 0xC8A05801.

Latest revision as of 05:03, 20 January 2016

Request[edit]

Index Word Description
0 Header code [0x000500C0]
1 Process ID
2-3 u64, Timeout

Response[edit]

Index Word Description
0 Header code
1 Result code

Description[edit]

This terminates the process with the specified process ID. If the timeout value is not 0 and PMApp:PrepareForReboot has been called, the command returns error 0xC8A05801.