IPC: Difference between revisions

No edit summary
No edit summary
Line 54: Line 54:
|-
|-
| 0x00000000
| 0x00000000
| The corresponding value is a KHandle, that should be closed in calling process.
| The corresponding value is a KHandle, that should be closed in calling process
|-
|-
| 0x00000010
| 0x00000010
| The corresponding value is a KHandle, that will be shared/duplicated?
| The corresponding value is a KHandle, that will be duplicated
|-
|-
| 0x00000020
| 0x00000020
Line 63: Line 63:
|-
|-
| 0x0000???2 <nowiki>|</nowiki> (size<<14)
| 0x0000???2 <nowiki>|</nowiki> (size<<14)
| The corresponding value contains a ptr to a buffer of said size.
| The corresponding value contains a ptr to a buffer of said size, that should be copied to an already set-up buffer in destination process at TLS+0x180.
|-
|-
| 0x0000000A <nowiki>|</nowiki> (size<<4)
| 0x0000000A <nowiki>|</nowiki> (size<<4)