Applet Manager services: Difference between revisions
Line 573: | Line 573: | ||
| 11 || [[#CreateTransferMemoryStorage]] || | | 11 || [[#CreateTransferMemoryStorage]] || | ||
|- | |- | ||
| 12 || [2.0.0+] | | 12 || [2.0.0+] [[#CreateHandleStorage]] || | ||
|} | |} | ||
Line 589: | Line 589: | ||
=== CreateTransferMemoryStorage === | === CreateTransferMemoryStorage === | ||
Takes an input TransferMemory handle, an input u8 bool, and an u64 size, returns an [[#IStorage]]. | Takes an input TransferMemory copy-handle, an input u8 bool, and an u64 size, returns an [[#IStorage]]. | ||
The user- | The user-process creates the TransferMemory with permissions=0. | ||
=== CreateHandleStorage === | |||
Takes an input copy-handle and an input u64, returns an [[#IStorage]]. | |||
=== ILibraryAppletAccessor === | === ILibraryAppletAccessor === |