On 26 Oct 2002 14:57:53 -0700, Alexandre Julliard julliard@winehq.com wrote :
The size is supposed to be hardcoded to 1024, that's how wsprintf works. You can't make it dynamic since the buffer is allocated by the application.
From MSDN:
"Pointer to a buffer to receive the formatted output. The maximum size of the buffer is 1024 bytes."
The question I need to ask myself now is what function reference did I compare this one to when I searched there?