IPC: Difference between revisions
No edit summary |
No edit summary |
||
Line 56: | Line 56: | ||
|- | |- | ||
! Type | ! Type | ||
! scope="col" width=" | ! scope="col" width="300" | Usual form | ||
! Description | ! Description | ||
|- | |- | ||
| 0 | | 0 | ||
| 0x00000000 | | 0x00000000 <nowiki>|</nowiki> (num_handles<<29) | ||
<handle> | |||
| The corresponding | <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 | <handle 0> | ||
<handle 1> | |||
... | |||
| The corresponding values are KHandles, that will be duplicated. Or zero otherwise. | |||
|- | |- | ||
| 0 | | 0 |