Difference between revisions of "PMDbg:RunQueuedProcess"

From 3dbrew
Jump to navigation Jump to search
(RunQueuedProcess)
 
 
Line 26: Line 26:
  
 
=Description=
 
=Description=
This starts the process last queued using [[PMApp:LaunchTitle#Launch_Flags|launch flag]] 0x8.
+
This starts the process last queued using [[PMApp:LaunchTitle#Launch_Flags|launch flag 0x8]].
 +
 
 +
This returns result code 0xD8A05804 if no process is queued or the queued process was terminated before launch.

Latest revision as of 03:17, 20 January 2016

Request[edit]

Index Word Description
0 Header code [0x00030000]

Response[edit]

Index Word Description
0 Header code
1 Result code
3 Debug handle for the launched process from svcDebugActiveProcess

Description[edit]

This starts the process last queued using launch flag 0x8.

This returns result code 0xD8A05804 if no process is queued or the queued process was terminated before launch.