IPC: Difference between revisions
No edit summary |
No edit summary |
||
Line 73: | Line 73: | ||
|- | |- | ||
| 1 | | 1 | ||
| | | 0x00000002 <nowiki>|</nowiki> (size<<14) <nowiki>|</nowiki> (static_buffer_id<<10) | ||
<ptr> | <ptr> | ||
| 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 [[Thread Local Storage]] offset 0x180. | | 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 [[Thread Local Storage]] offset 0x180 + static_buffer_id*4. The static_buffer_id is only 4 bytes, making it possible for at most up to 16 buffers in total per thread. | ||
|- | |- | ||
| 2 | | 2 |