Difference between revisions of "FS:GetProgramLaunchInfo"

From 3dbrew
Jump to navigation Jump to search
m (Link to ProgramInfo struct.)
Line 24: Line 24:
 
| Result code
 
| Result code
 
|-
 
|-
| 2
+
| 2-5
| programID lower word
+
| [[FSReg:LoadProgram#ProgramInfo|ProgramInfo struct]]
|-
 
| 3
 
| programID upper word
 
|-
 
| 4
 
| u8 [[Mediatypes|Mediatype]]
 
|-
 
| 5
 
| Reserved
 
 
|}
 
|}
  
 
=Description=
 
=Description=
This returns the 0x10-byte structure for the specified process, which was registered via [[Filesystem_services|fs:REG]].
+
This returns the [[FSReg:LoadProgram#ProgramInfo|ProgramInfo struct]] for the specified process, which was registered via [[Filesystem_services|fs:REG]].

Revision as of 07:01, 16 October 2015

Request

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

Response

Index Word Description
0 Header code
1 Result code
2-5 ProgramInfo struct

Description

This returns the ProgramInfo struct for the specified process, which was registered via fs:REG.