Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - getpvpprofile() retrieves the value of a integer private ini file entry http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 GetPvpProfile()        Retrieves the value of a integer private INI file entry
--------------------------------------------------------------------------------

   Syntax:              GetPvpProfile( <cSection>, <cEntry>, <nDefault>,
                           <cIniFile> )  --> <nValue>

   Parameters:

   <cSection>           Specifies the section containing the entry.

   <cEntry>             The entry whose value is to be retrieved.

   <nDefault>           Specifies the default numeric value to return if
                        the entry cannot be found.

   <cIniFile>           Is is the name of the private INI file to use.

   Returns:

   <nValue>             The numeric value in the INI file that follows
                        the specified entry.

   Observations:        This function retrieves a value from a user defined
                        INI file.

   Sample:              SAMPLES\\TestIni.prg

   Source code:         SOURCE\\WINAPI\\Profile.c

   See also:            GetProfStr(), GetPvpProfile(), GetPvpProfString()


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