Line 117: |
Line 117: |
| <handle 1> | | <handle 1> |
| ... | | ... |
− | | The corresponding values are KHandles, that will be duplicated. | + | | Copies the given KHandles to the receiving process, i.e. creating new handles in the target process while keeping around the ones of the source process. |
| |- | | |- |
| | 0 | | | 0 |
Line 126: |
Line 126: |
| <handle 1> | | <handle 1> |
| ... | | ... |
− | | The corresponding values are KHandles, that should be closed in calling process. | + | | Moves the given KHandles to the receiving process, i.e. creating new handles in the target process and closing the ones of the source process. |
| |- | | |- |
| | 0 | | | 0 |