代码搜索:GetPrivateProfileString

找到约 459 项符合「GetPrivateProfileString」的源代码

代码结果 459
www.eeworm.com/read/167561/9962390

vb moveclose.vb

Option Strict Off Option Explicit On Module MoveClose 'INI文件操作相关函数 Declare Function GetPrivateProfileString Lib "kernel32" Alias "GetPrivateProfileStringA" (ByVal lpApplicationName As String,
www.eeworm.com/read/165112/10076280

bas pubfunction.bas

Attribute VB_Name = "PubFunction" Public ComNo As Integer Public ComSpeed As Long Public Const MaxMachineNo = 252 Public db As Connection Public Declare Function GetPrivateProfileString Lib "kern
www.eeworm.com/read/160472/10527888

bas module1.bas

Attribute VB_Name = "Module1" Public nowconnectstring As String Public operatetype As Integer Public Declare Function GetPrivateProfileString Lib "Kernel32" Alias "GetPrivateProfileStringA" (ByVa
www.eeworm.com/read/477381/6336859

bas modini.bas

Attribute VB_Name = "modINI" 'Download by http://www.codefans.net Option Explicit Declare Function GetPrivateProfileString Lib "kernel32" Alias "GetPrivateProfileStringA" (ByVal lpApplicationName A
www.eeworm.com/read/213753/15126360

bas mod_main.bas

Attribute VB_Name = "mod_main" Option Explicit Public Declare Function GetPrivateProfileString Lib "kernel32" Alias "GetPrivateProfileStringA" (ByVal lpApplicationName As String, ByVal lpKeyName As
www.eeworm.com/read/242732/4540740

h profile.h

#ifndef __PROFILE_H #define __PROFILE_H /* Prototypes for the profile management functions */ #ifndef _OS_NT short GetPrivateProfileString (char * AppName, char * KeyName, char * Defa
www.eeworm.com/read/409921/2223276

h profile.h

#ifndef __PROFILE_H #define __PROFILE_H /* Prototypes for the profile management functions */ #ifndef _OS_NT short GetPrivateProfileString (char * AppName, char * KeyName, char * Defa
www.eeworm.com/read/472966/6861132

bas mdul_main.bas

Attribute VB_Name = "mdul_Main" Option Explicit Public Declare Function GetPrivateProfileString Lib "kernel32" Alias "GetPrivateProfileStringA" (ByVal lpApplicationName As String, ByVal lpKeyName
www.eeworm.com/read/166743/10002936

txt yyy1.txt

'文件名SourceDB.ini文件 Private Declare Function GetPrivateProfileString Lib "kernel32" Alias "GetPrivateProfileStringA" (ByVal lpApplicationName As String, ByVal lpKeyName As Any, ByVal lpDefault As
www.eeworm.com/read/350737/10714394

bas inimodule.bas

Attribute VB_Name = "IniModule" '访问INI ' ReadINI 读INI ' WriteINI 写INI Private Declare Function GetPrivateProfileString Lib "kernel32" Alias _ "GetPrivateProfileStringA" (ByVal lpApplicatio