Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- M E W E L - <b>int pascal writeprofilestring(char *szapp, char *szkey, char *szval)</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
int pascal WriteProfileString(char *szApp, char *szKey, char *szVal)

  This function writes a key/value pair to the MEWEL.INI file under the
[szApp] section. If the key already exists, then a new value will be
written on the right-hand size of the "szKey=" statement.

Parameters
  szApp is the name of the application.
  szKey is the name of the key.
  szVal is the null-terminated string to output on the right hand side of
        the "szKey=" line in the MEWEL.INI file.

Returns
  TRUE if the string was written, FALSE if not.



The format of the MEWEL.INI file is as follows:

[application1 name]
key1=value1
key2=value2

[application2 name]
key1=value1
key2=value2



.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson