GetPrivateProfileFloat 方法

GetPrivateProfileFloat 方法

Return to chapter overview

GetPrivateProfileFloat 方法

从INI文件中读取浮点数变量

GetPrivateProfileFloat(AppName, KeyName, Default, FileName)

AppName       应用分类名称

KeyName       主键名称

Default       默认值,当INI文件不存在或者主键不存在时的默认返回值

FileNameN     INI文件I全路径名称

返回值:         返回从INI文件读取的数据

示例:

Reuslt = GetPrivateProfileFloat("MyCpp", "Stock", 1, "C:\Stock.ini")