Difference between revisions of "FS:GetProgramLaunchInfo"

From 3dbrew
Jump to navigation Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x082F0040] |- | 1 | ProcessId |} =Response= {| class="wikitable" border="1" |- !...")
 
m (Link to FS common program info.)
 
(2 intermediate revisions by 2 users not shown)
Line 9: Line 9:
 
|-
 
|-
 
| 1
 
| 1
| ProcessId
+
| Process ID
 
|}
 
|}
  
Line 24: Line 24:
 
| Result code
 
| Result code
 
|-
 
|-
| 2
+
| 2-5
| Process TitleID lower word
+
| [[Filesystem_services#ProgramInfo|Program Info]]
|-
 
| 3
 
| Process TitleID upper word
 
|-
 
| 4
 
| ?
 
|-
 
| 5
 
| ?
 
 
|}
 
|}
 +
 +
=Description=
 +
This returns the [[Filesystem_services#ProgramInfo|Program Info]] for the specified process, which was registered via [[Filesystem_services|fs:REG]].

Latest revision as of 23:54, 17 October 2015

Request[edit]

Index Word Description
0 Header code [0x082F0040]
1 Process ID

Response[edit]

Index Word Description
0 Header code
1 Result code
2-5 Program Info

Description[edit]

This returns the Program Info for the specified process, which was registered via fs:REG.