DLLWritePrivateProfileString()
DLLWritePrivateProfileString() |
- SYNOPSIS:
succ = DLLWritePrivateProfileString(sFileName$,sSection$,sKey$,sValue$)
- DESCRIPTION:
Writes to the given INI file with the OS functions.
- PARAMETERS:
sFileName$ |
The name of the INI file on disk that
you wish to write to. Make sure you specify a full path here.
If necessary, prefix CurrentDir(). |
sSection$ |
The section you want to save under
in the INI file. You do not need to specify the [] section brackets. |
sKey$ |
The keyname you want to save as in
the INI file. |
sValue$ |
The value to give this INI key. |
- RETURNS:
True or False, depending on whether or not the write to INI succeeded.
- EXAMPLE:
See example001.bb.
- BUGS:
None Known.
- SEE ALSO:
DLLGetPrivateProfileString()
Return To Index
Problems with this command or bugs? EMail me at: mailto:loki.sd@blueyonder.co.uk
|
Section Last Updated:
Saturday, February 2, 2002 2:03 PM
GMT
All materials used in this help, related sources and binaries
are (C)opyright Rob Hutchinson, Joseph Cox and Tarropithium Software 2002. All
rights reserved. All software is provided without warranty unless otherwise
stated.
Tarropithium Software or the authors will not be held liable for any damage
or data loss that may occur during the application of this software. Use it
at your own risk!