[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
WriteProfString( cSection, cEntry, cString )-> <lSuccess>
/* API: WriteProfileString */
------------------------------------------------------------------------------
PARAMETER:
<cSection> Specifies the section containing the entry
<cEntry> Is the entry whose value is to written
<cString> The text value to set into the INI
RETURNS:
<lSuccess> is TRUE if the function is successful
DESCRIPTION:
The WriteProfString function copies a string into the specified section of
the Windows initialization file, WIN.INI.
Windows keeps a cached version of WIN.INI to improve performance. If all
three parameters are NIL, Windows flushes the cache.
SOURCE:
SOURCE\WINAPI\PROFILE.C
See Also:
GetProfString
GetProfInt
WritePProString
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson