Difference between revisions of "PMDbg:RunQueuedProcess"
Jump to navigation
Jump to search
Steveice10 (talk | contribs) (RunQueuedProcess) |
Steveice10 (talk | contribs) m (→Description) |
||
Line 26: | Line 26: | ||
=Description= | =Description= | ||
− | This starts the process last queued using [[PMApp:LaunchTitle#Launch_Flags|launch flag]] | + | 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 02: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.