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" |- !...")
 
Line 25: Line 25:
 
|-
 
|-
 
| 2
 
| 2
| Process TitleID lower word
+
| programID lower word
 
|-
 
|-
 
| 3
 
| 3
| Process TitleID upper word
+
| programID upper word
 
|-
 
|-
 
| 4
 
| 4
| ?
+
| u8 [[Mediatypes|Mediatype]]
 
|-
 
|-
 
| 5
 
| 5
| ?
+
| Reserved
 
|}
 
|}
 +
 +
=Description=
 +
This returns the 0x10-byte structure for the specified process, which was registered via [[Filesystem_services|fs:REG]].

Revision as of 01:17, 21 April 2013

Request

Index Word Description
0 Header code [0x082F0040]
1 ProcessId

Response

Index Word Description
0 Header code
1 Result code
2 programID lower word
3 programID upper word
4 u8 Mediatype
5 Reserved

Description

This returns the 0x10-byte structure for the specified process, which was registered via fs:REG.