IPC: Difference between revisions
No edit summary |
|||
Line 117: | Line 117: | ||
<handle 1> | <handle 1> | ||
... | ... | ||
| 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. | | 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. When a handle value is 0x0, value 0x0 is written to the destination cmdbuf without doing any actual handle-transfer. | ||
|- | |- | ||
| 0 | | 0 | ||
Line 126: | Line 126: | ||
<handle 1> | <handle 1> | ||
... | ... | ||
| 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. | | 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. When a handle value is 0x0, value 0x0 is written to the destination cmdbuf without doing any actual handle-transfer. | ||
|- | |- | ||
| 0 | | 0 |