Applet Manager services: Difference between revisions

Line 571: Line 571:
| 10 || [[#CreateStorage]] ||  
| 10 || [[#CreateStorage]] ||  
|-
|-
| 11 || CreateTransferMemoryStorage || Returns an [[#IStorage]].
| 11 || [[#CreateTransferMemoryStorage]] ||
|-
|-
| 12 || [2.0.0+] CreateHandleStorage || Returns an [[#IStorage]].
| 12 || [2.0.0+] CreateHandleStorage || Returns an [[#IStorage]].
Line 587: Line 587:
=== CreateStorage ===
=== CreateStorage ===
Takes an input u64 for the storage size, returns an [[#IStorage]].
Takes an input u64 for the storage size, returns an [[#IStorage]].
=== CreateTransferMemoryStorage ===
Takes an input TransferMemory handle, an input u8 bool, and an u64 size, returns an [[#IStorage]].
The user-processes creates the TransferMemory with permissions=0.


=== ILibraryAppletAccessor ===
=== ILibraryAppletAccessor ===