Applet Manager services: Difference between revisions

Line 366: Line 366:
No input, returns an output 0x10-byte struct.
No input, returns an output 0x10-byte struct.


This gets the ApplicationLaunchRequestInfo from state.
This gets the ApplicationLaunchRequestInfo from state. The output struct is "nn::applet::ApplicationLaunchRequestInfo".


===== SetUsers =====
===== SetUsers =====
Line 382: Line 382:


===== GetDesirableUids =====
===== GetDesirableUids =====
Takes a type-0x6 output buffer containing an array of u128 userIDs, returns an output u32 '''total_entries'''.
Takes a type-0x6 output buffer containing an array of u128 userIDs, returns an output s32 '''total_entries'''.


Gets a userID listing, this is unrelated to [[#SetUsers]].
Gets a userID listing, this is unrelated to [[#SetUsers]].