代码搜索:GetPrivateProfileString
找到约 459 项符合「GetPrivateProfileString」的源代码
代码结果 459
www.eeworm.com/read/179302/9361414
bas cmodule.bas
Attribute VB_Name = "CModule"
Option Explicit
'提取配置文件内容 Windows Api
Private Declare Function GetPrivateProfileString Lib "KERNEL32" Alias "GetPrivateProfileStringA" (ByVal lpApplicationName As St
www.eeworm.com/read/280001/10370803
bas modcfmp3.bas
Attribute VB_Name = "modcfmp3"
Option Explicit
Public success As Long
Public T As String
Public Declare Function GetPrivateProfileString Lib "kernel32" Alias "GetPrivateProfileStringA" (ByVal lp
www.eeworm.com/read/163755/10147278
bas moduleini.bas
Attribute VB_Name = "ModuleIni"
Option Explicit
'访问INI的函数
'用法:
' myReadINI 读INI
' myWriteINI 写INI
Private Declare Function GetPrivateProfileString Lib "Kernel32" Alias "GetPrivateProf
www.eeworm.com/read/163753/10147300
bas moduleini.bas
Attribute VB_Name = "ModuleIni"
Option Explicit
'访问INI的函数
'用法:
' myReadINI 读INI
' myWriteINI 写INI
Private Declare Function GetPrivateProfileString Lib "Kernel32" Alias "GetPrivateProf
www.eeworm.com/read/400998/11566191
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Public Const PI = 3.14159265358979
Public Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)
Declare Function GetPrivateProfileString L
www.eeworm.com/read/306167/13751341
bas mdataoperate.bas
Attribute VB_Name = "mDataOperate"
Option Base 1
Option Explicit
'数据操作模块
'文件读取 转换 保存
Private Declare Function GetPrivateProfileString Lib "kernel32" Alias "GetPrivateProfileStringA" (ByVal lpAppl
www.eeworm.com/read/338807/12281722
bas module1.bas
Attribute VB_Name = "Module1"
'文件名SourceDB.ini文件
Private Declare Function GetPrivateProfileString Lib "kernel32" Alias "GetPrivateProfileStringA" (ByVal lpApplicationName As String, ByVal lpKeyName
www.eeworm.com/read/152120/12138674
prg writereadini.prg
*-- 从SYSTEM.INI文件中读取系统常见硬件设备信息
DECLARE INTEGER GetPrivateProfileString IN Win32API AS GetPrivStr ;
String cSection, String cKey, String cDefault, String @cBuffer, ;
Integer nBufferSize, String
www.eeworm.com/read/152120/12138686
bak writereadini.bak
*-- 从SYSTEM.INI文件中读取系统常见硬件设备信息
DECLARE INTEGER GetPrivateProfileString IN Win32API AS GetPrivStr ;
String cSection, String cKey, String cDefault, String @cBuffer, ;
Integer nBufferSize, String
www.eeworm.com/read/223659/14621414
bas module_api.bas
Attribute VB_Name = "Module_API"
Option Explicit
'读写系统配置文件
Public Declare Function GetPrivateProfileString Lib "kernel32" Alias "GetPrivateProfileStringA" (ByVal lpApplicationName As String, ByVa