注释:————————(1)————————————
注释:获得指定ini文件中某个节下面的所有键值 TrueZq,,需要下面的API声明
注释:Private Declare Function GetPrivateProfileSection Lib "kernel32" Alias "GetPrivateProfileSectionA" (ByVal lpAppName As String, ByVal lpReturnedString As String, ByVal nSize As Long, ByVal lpFileName As String) As Long
注释:返回一个字符串数组
注释:调用举例:
注释:Dim arrClass() As String
注释:arrClass = GetInfoSection("class", "d:\type.ini")
文章整理:西部数码--专业提供域名注册、虚拟主机服务
Public Function GetInfoSection(strSection As String, strIniFile As String) As String()
Dim strReturn As String * 32767
http://www.west263.com
以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!




