Re: Variable sized server replies

2006-06-24 Thread Alexandre Julliard
"Thomas Kho" <[EMAIL PROTECTED]> writes: > In protocol.def, the get_startup_info request declares two VARARGS as > replies. Unless I've mistaken, replies are limited to one VARARG that > the server call writes into preallocated data, right? There's one block of data, but it can contain multiple t

Variable sized server replies

2006-06-23 Thread Thomas Kho
In protocol.def, the get_startup_info request declares two VARARGS as replies. Unless I've mistaken, replies are limited to one VARARG that the server call writes into preallocated data, right? That leads me to my next question: I'm currently working on moving menus into the server (see