关于GetPrivateProfileInt函数的奇怪现象
在开发一个软件时,遇到了这样一个怪现象,不知道有没有高手可以提供解疑。在每次执行GetPrivateProfileInt函数时,里面的文件参数变量会自动缩短几个字符,一直到变为C:\?后不再缩短。
相关的代码是这样的:
Public ConfigFilePath As String = Application.StartupPath & "\Config.ini"
CallType = GetPrivateProfileInt("AppRun", "CallType", 0, ConfigFilePath)
Config.ini文件内容如下:
[Voice]
CallRate=-5
CallVolume=20
SpVoiceType=1
[AppRun]
CalledID=10
CallType=0