代码搜索:GetPrivateProfileString
找到约 459 项符合「GetPrivateProfileString」的源代码
代码结果 459
www.eeworm.com/read/299353/7865813
bas bsdim.bas
Attribute VB_Name = "bsdim"
Public Declare Function GetPrivateProfileString Lib "kernel32" Alias "GetPrivateProfileStringA" (ByVal lpApplicationName As String, ByVal lpKeyName As Any, ByVal lpDefault
www.eeworm.com/read/244625/12851451
bas modreadwriteini.bas
Attribute VB_Name = "ModReadWriteIni"
Option Explicit
'INI文件读写
Private Declare Function GetPrivateProfileString Lib "kernel32" _
Alias "GetPrivateProfileStringA" (ByVal lpApplicationName As Str
www.eeworm.com/read/306362/13745768
bas raedini.bas
Attribute VB_Name = "RaedINI"
Private Declare Function GetPrivateProfileString Lib "kernel32" Alias _
"GetPrivateProfileStringA" (ByVal lpApplicationName As String, ByVal lpKeyName As Any, ByVal lpD
www.eeworm.com/read/302752/13827821
bas module1.bas
Attribute VB_Name = "SBMOD"
Option Explicit
Declare Function GetPrivateProfileString Lib "kernel32" Alias "GetPrivateProfileStringA" (ByVal lpApplicationName As String, lpKeyName As Any, ByVal lpDef
www.eeworm.com/read/260266/11735567
bas modreadwriteini.bas
Attribute VB_Name = "ModReadWriteIni"
Option Explicit
'INI文件读写
Private Declare Function GetPrivateProfileString Lib "kernel32" _
Alias "GetPrivateProfileStringA" (ByVal lpApplicationName As Str
www.eeworm.com/read/214512/15097948
bas module1.bas
Attribute VB_Name = "CommonModule"
Public Declare Function GetPrivateProfileString Lib "kernel32" Alias "GetPrivateProfileStringA" (ByVal lpApplicationName As String, ByVal lpKeyName As Any, ByVal lp
www.eeworm.com/read/214512/15098026
bas module1.bas
Attribute VB_Name = "CommonModule"
Public Declare Function GetPrivateProfileString Lib "kernel32" Alias "GetPrivateProfileStringA" (ByVal lpApplicationName As String, ByVal lpKeyName As Any, ByVal lp
www.eeworm.com/read/25523/848200
bas fileaccess.bas
Attribute VB_Name = "FileAccess"
Private Declare Function GetPrivateProfileString Lib "kernel32" Alias "GetPrivateProfileStringA" (ByVal lpApplicationName As String, ByVal lpKeyName As Any, ByVal lpD
www.eeworm.com/read/368300/2823488
bas ini.bas
Attribute VB_Name = "ini"
Public Declare Function GetPrivateProfileString Lib "kernel32" Alias "GetPrivateProfileStringA" (ByVal lpApplicationName As String, ByVal lpKeyName As Any, ByVal lpDefault A
www.eeworm.com/read/169828/9836348
bas module1.bas
Attribute VB_Name = "Module1"
Declare Function GetPrivateProfileString Lib "kernel32" Alias "GetPrivateProfileStringA" (ByVal lpApplicationName As String, lpKeyName As Any, ByVal lpDefault As String,