NSS:LaunchApplication: Difference between revisions

Smea (talk | contribs)
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00150140] |- | 1-4 | 0x10-byte struct |- | 5 | Proce..."
 
Steveice10 (talk | contribs)
 
(3 intermediate revisions by 2 users not shown)
Line 9: Line 9:
|-
|-
| 1-4
| 1-4
| 0x10-byte [[FS:GetProgramLaunchInfo|struct]]
| [[Filesystem_services#ProgramInfo|Program Info]]
|-
|-
| 5
| 5
| Process launch flags
| [[PMApp:LaunchTitle#Launch_Flags|Launch Flags]]
|}
|}


Line 27: Line 27:
| Result code
| Result code
|}
|}
=Description=
Unlike LaunchTitle, this will do a "proper" app launch, using the update title if present. It seems to set proper internal states, like [[APT:PrepareToStartApplication]] and [[APT:StartApplication]] would.