27 Oct
2002
27 Oct
'02
1:27 a.m.
On 26 Oct 2002 14:57:53 -0700, Alexandre Julliard <julliard(a)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?