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 getprofileint(char *szapp, char *szkey, int ndefault)</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
int pascal GetProfileInt(char *szApp, char *szKey, int nDefault)

  This function retrieves the integer value that appears on the right-hand
side of the "szKey=" statement in the MEWEL.INI file.

Parameters
  szApp is the name of the application.
  szKey is the name of the key.
  nDefault is the default value to return in case the application name
           and/or the key name is not located in the MEWEL.INI file.

Returns
  The integer value associated with the key is returned if the key was found,
  nDefault is returned otherwise.

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