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 getprofilestring(char *szapp, char *szkey, char *szdefault, </b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
int pascal GetProfileString(char *szApp, char *szKey, char *szDefault, 
                            char *szRetStr, int nSize)

  This function retrieves the string 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.
  szDefault is the default string which will be copied into szRetStr in the
            event that the key or application name was not located in the
            MEWEL.INI file.
  szRetStr is the user-provided buffer in which the retrieved string will be
           copied into.
  nSize is the maximum number of bytes to place into szRetStr. The
        application must insure that szRetStr has enough space allocated to
        hold the result.

Returns
  The number of characters copied into the buffer.

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