Profile Selector: Difference between revisions
No edit summary |
|||
| (One intermediate revision by the same user not shown) | |||
| Line 87: | Line 87: | ||
|- | |- | ||
| 12 || [7.0.0+] UserCreatorForImmediateNaLoginTest | | 12 || [7.0.0+] UserCreatorForImmediateNaLoginTest | ||
|- | |||
| 13 || [13.0.0+] UserQualificationPromoter | |||
|} | |} | ||
| Line 181: | Line 183: | ||
== Usage == | == Usage == | ||
User-processes should push a common arguments struct and [[#UiSettings]]. Official sw can optionally push an additional storage from [[Applet_Manager_services#CreateTransferMemoryStorage|CreateTransferMemoryStorage]] with flag=0 using an input buffer when that input buffer is not NULL, however sdknso itself doesn't use this besides a wrapper func which sdknso itself doesn't call. After launching the applet and waiting for it to finish, on success the output storage [[#UiReturnArg]] should be popped. | User-processes should push a common arguments struct and [[#UiSettings]]. Official sw can optionally push an additional storage from [[Applet_Manager_services#CreateTransferMemoryStorage|CreateTransferMemoryStorage]] with flag=0 using an input buffer when that input buffer is not NULL, however sdknso itself doesn't use this besides a wrapper func which sdknso itself doesn't call (the applet itself ignores this storage, at least with [9.1.0+]). After launching the applet and waiting for it to finish, on success the output storage [[#UiReturnArg]] should be popped. | ||
[[Category:Library Applets]] | [[Category:Library Applets]] | ||