Changes

189 bytes added ,  14:10, 16 August 2017
Line 256: Line 256:  
== svcMapSharedMemory ==
 
== svcMapSharedMemory ==
 
Maps the block supplied by the handle. The required permissions are different for the process that created the handle and all other processes.
 
Maps the block supplied by the handle. The required permissions are different for the process that created the handle and all other processes.
 +
 +
Increases reference count for the KSharedMemory object. Thus in order to release the memory associated with the object, all handles to it must be closed and all mappings must be unmapped.
    
== svcCreateTransferMemory ==
 
== svcCreateTransferMemory ==