wsprintf() Buffer Limit in WindowsLast reviewed: November 2, 1995Article ID: Q77255 |
The information in this article applies to:
The wsprintf(lpOutput, lpFormat [, argument] ...) and wvsprintf() functions format and store a series of characters and values in a buffer specified by the first parameter, lpOutput. This buffer is limited to 1K (1024 bytes); in other words, the largest buffer that wsprintf can use is 1K. If an application tries to use a buffer larger than 1K, the string will be truncated automatically to a length of 1K.
|
Additional reference words: 3.00 3.10 3.50 4.00 95
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |