[<<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.

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson