Difference between revisions of "NSS:TerminateTitle"

From 3dbrew
Jump to navigation Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x0011....] |- | 1 | TitleID lower word |- | 2 | TitleID upper word |- | 3-4 | Unk...")
 
m
 
(2 intermediate revisions by 2 users not shown)
Line 6: Line 6:
 
|-
 
|-
 
| 0
 
| 0
| Header code [0x0011....]
+
| Header code [0x00110100]
 
|-
 
|-
| 1
+
| 1-2
| TitleID lower word
+
| u64, Program ID
|-
 
| 2
 
| TitleID upper word
 
 
|-
 
|-
 
| 3-4
 
| 3-4
| Unknown
+
| u64, Timeout
 
|}
 
|}
  
Line 32: 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.