代码搜索:GetPrivateProfileString
找到约 459 项符合「GetPrivateProfileString」的源代码
代码结果 459
www.eeworm.com/read/422280/10650013
bas modreadinifile.bas
Attribute VB_Name = "ModReadIniFile"
Public Declare Function GetPrivateProfileString Lib "kernel32" Alias "GetPrivateProfileStringA" (ByVal lpApplicationName As String, ByVal lpKeyName As Any, ByVal
www.eeworm.com/read/422280/10650055
bas modreadinifile.bas
Attribute VB_Name = "ModReadIniFile"
Public Declare Function GetPrivateProfileString Lib "kernel32" Alias "GetPrivateProfileStringA" (ByVal lpApplicationName As String, ByVal lpKeyName As Any, ByVal
www.eeworm.com/read/421982/10670514
bas modfunction.bas
Attribute VB_Name = "modFunction"
Option Explicit
Public Declare Function GetPrivateProfileString Lib "kernel32" Alias "GetPrivateProfileStringA" (ByVal lpApplicationName As String, ByVal lpKeyNam
www.eeworm.com/read/274442/10871571
bas modreadinifile.bas
Attribute VB_Name = "ModReadIniFile"
Public Declare Function GetPrivateProfileString Lib "kernel32" Alias "GetPrivateProfileStringA" (ByVal lpApplicationName As String, ByVal lpKeyName As Any, ByVal
www.eeworm.com/read/274442/10871599
bas modreadinifile.bas
Attribute VB_Name = "ModReadIniFile"
Public Declare Function GetPrivateProfileString Lib "kernel32" Alias "GetPrivateProfileStringA" (ByVal lpApplicationName As String, ByVal lpKeyName As Any, ByVal
www.eeworm.com/read/463249/7185049
bas modserver.bas
Attribute VB_Name = "modServer"
Option Explicit
Public Declare Function GetPrivateProfileString Lib "kernel32" Alias "GetPrivateProfileStringA" (ByVal lpApplicationName As String, ByVal lpKeyName
www.eeworm.com/read/446772/7565261
bas modreadinifile.bas
Attribute VB_Name = "ModReadIniFile"
Public Declare Function GetPrivateProfileString Lib "kernel32" Alias "GetPrivateProfileStringA" (ByVal lpApplicationName As String, ByVal lpKeyName As Any, ByVal
www.eeworm.com/read/446772/7565275
bas modreadinifile.bas
Attribute VB_Name = "ModReadIniFile"
Public Declare Function GetPrivateProfileString Lib "kernel32" Alias "GetPrivateProfileStringA" (ByVal lpApplicationName As String, ByVal lpKeyName As Any, ByVal
www.eeworm.com/read/442356/7654092
bas modfunction.bas
Attribute VB_Name = "modFunction"
Option Explicit
Public Declare Function GetPrivateProfileString Lib "kernel32" Alias "GetPrivateProfileStringA" (ByVal lpApplicationName As String, ByVal lpKeyNam
www.eeworm.com/read/112312/7812399
bas ini.bas
Attribute VB_Name = "INI"
Option Explicit
Declare Function GetPrivateProfileString Lib "kernel32" Alias _
"GetPrivateProfileStringA" (ByVal lpApplicationName As String, ByVal _
lpKeyName As Any,