Difference between revisions of "NSS:TerminateTitle"

From 3dbrew
Jump to navigation Jump to search
m (Steveice10 moved page NSS:TerminateProcessTID to NSS:TerminateTitle)
m
 
Line 6: Line 6:
 
|-
 
|-
 
| 0
 
| 0
| Header code [0x0011....]
+
| Header code [0x00110100]
 
|-
 
|-
| 1-4
+
| 1-2
| Input parameters for [[PMApp:TerminateProcessTID]].
+
| u64, Program ID
 +
|-
 +
| 3-4
 +
| u64, Timeout
 
|}
 
|}
  
Line 26: Line 29:
  
 
=Description=
 
=Description=
[[NS]] uses [[PMApp:TerminateProcessTID]] with the specified input words for handling this command.
+
Wrapper for [[PMApp:TerminateTitle]].

Latest revision as of 05:19, 20 January 2016

Request[edit]

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

Response[edit]

Index Word Description
0 Header code
1 Result code

Description[edit]

Wrapper for PMApp:TerminateTitle.