Changes

114 bytes added ,  19:35, 2 April 2015
no edit summary
Line 56: Line 56:  
|-
 
|-
 
!  Type
 
!  Type
! scope="col" width="150" |  Usual form
+
! scope="col" width="300" |  Usual form
 
!  Description
 
!  Description
 
|-
 
|-
 
| 0
 
| 0
| 0x00000000
+
| 0x00000000 <nowiki>|</nowiki> (num_handles<<29)
<handle>
+
 
| The corresponding value is a KHandle, that should be closed in calling process. Or zero otherwise.
+
<handle 0>
 +
 
 +
<handle 1>
 +
...
 +
| The corresponding values are KHandles, that should be closed in calling process. Or zero otherwise.
 
|-
 
|-
 
| 0
 
| 0
| 0x00000010
+
| 0x00000010 <nowiki>|</nowiki> (num_handles<<29)
<handle>
+
 
| The corresponding value is a KHandle, that will be duplicated. Or zero otherwise.
+
<handle 0>
 +
 
 +
<handle 1>
 +
...
 +
| The corresponding values are KHandles, that will be duplicated. Or zero otherwise.
 
|-
 
|-
 
| 0
 
| 0