The information in this article applies to:
SUMMARY
Windows 95 does not support the use of the tab (that is, \t) character as
part of the lpszString parameter of WritePrivateProfileString or
WriteProfileString. In addition, GetPrivateProfileString does not return
any characters in a key that occur after a tab character.
MORE INFORMATION
If a call made to either WritePrivateProfileString or WriteProfileString
that contains the tab character as part of the lpszString parameter, the
desired effect will not occur. Both of these functions will return TRUE
(that is, successful completion); however, any data that was to follow the
tab character will be missing. The newly created or modified key of the
.INI file will indicate the loss of data.
then GetPrivateProfileString returns ValuePart1, but does not return
ValuePart2 because of the tab.
Code to Demonstrate BehaviorThe following code demonstrates this loss of data after a call to WritePrivateProfileString:
Additional query words: 95 4.00
Keywords : kbenv KrMisc |
Last Reviewed: January 13, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |