Difference between revisions of "NSS:LaunchApplication"

From 3dbrew
Jump to navigation Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00150140] |- | 1-4 | 0x10-byte struct |- | 5 | Proce...")
 
m
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.

Revision as of 08:24, 11 October 2015

Request

Index Word Description
0 Header code [0x00150140]
1-4 0x10-byte struct
5 Process launch flags

Response

Index Word Description
0 Header code
1 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.