The information in this article applies to:
SYMPTOMSIf GetPrivateProfileInt() is used to read a number that has preceding white space, the value returned may be incorrect. For example, if the .ini file entry is as follows, GetPrivateProfileInt() may return 0 (zero):
CAUSEThis problem is caused by the white space in front of the number. RESOLUTIONEnsure that any numbers written to an .ini file do not contain white space. STATUSMicrosoft has confirmed this to be a bug in Windows version 3.1. This bug was corrected in Windows 95. Additional query words: whitespace
Keywords : kb16bitonly kbSysSettings kbGrpUser kbWinOS310bug kbWinOS95fix |
Last Reviewed: November 4, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |