Difference between revisions of "PMDbg:LaunchApp"

From 3dbrew
Jump to navigation Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x0002....] |- | 1 | TitleID lower word |- | 2 | TitleID upper word |- | 3 | Unkno...")
 
m (Steveice10 moved page PMDbg:LaunchTitle to PMDbg:LaunchApp)
 
(7 intermediate revisions by 2 users not shown)
Line 6: Line 6:
 
|-
 
|-
 
| 0
 
| 0
| Header code [0x0002....]
+
| Header code [0x00020140]
 
|-
 
|-
| 1
+
| 1-4
| TitleID lower word
+
| [[Filesystem_services#ProgramInfo|Program Info]]
|-
 
| 2
 
| TitleID upper word
 
|-
 
| 3
 
| Unknown
 
|-
 
| 4
 
| Unknown
 
 
|-
 
|-
 
| 5
 
| 5
| Process launch flags (Internally orred with 0x2)
+
| Process launch [[PMApp:LaunchTitle#Launch_Flags|flags]] (Internally orred with 0x3)
 
|}
 
|}
  
Line 36: Line 27:
 
| Result code
 
| Result code
 
|}
 
|}
 +
 +
=Description=
 +
Wrapper for [[PMApp:LaunchTitle]].

Latest revision as of 03:57, 20 January 2016

Request[edit]

Index Word Description
0 Header code [0x00020140]
1-4 Program Info
5 Process launch flags (Internally orred with 0x3)

Response[edit]

Index Word Description
0 Header code
1 Result code

Description[edit]

Wrapper for PMApp:LaunchTitle.