NSS:TerminateTitle: Difference between revisions

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..."
 
Steveice10 (talk | contribs)
mNo edit summary
 
(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

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

Response

Index Word Description
0 Header code
1 Result code

Description

Wrapper for PMApp:TerminateTitle.