代码搜索:GetPrivateProfileString
找到约 459 项符合「GetPrivateProfileString」的源代码
代码结果 459
www.eeworm.com/read/135769/13900890
cpp config.cpp
// Config.cpp : implementation file
//
#include "stdafx.h"
#include "CIT Label Print.h"
#include "Config.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = _
www.eeworm.com/read/433425/7930768
bas module1.bas
Attribute VB_Name = "Module1"
'Option Explicit
'声明公有函数GetPrivateProfileString以读取ini文件的内容
Public Declare Function GetPrivateProfileString Lib "kernel32" Alias "GetPrivateProfileStringA" (ByVal lpA
www.eeworm.com/read/229812/4746404
fi winini.fi
*$noreference
! Initialization-File Functions:
! ------------------------------
external GetPrivateProfileInt
external GetPrivateProfileString
external GetProfileInt
www.eeworm.com/read/156697/11784532
bas moduleini.bas
Attribute VB_Name = "ModuleIni"
'----------------------------------------------------------------------
'使用ini文件
Declare Function GetPrivateProfileString Lib "kernel32" Alias "GetPrivat
www.eeworm.com/read/119866/14819178
bas mdlfunctions.bas
Attribute VB_Name = "mdlFunctions"
Option Explicit
'=============================================================================
'ini文件管理api函数声明
Declare Function GetPrivateProfileString Lib "kern
www.eeworm.com/read/135510/13924466
bas mdlfunctions.bas
Attribute VB_Name = "mdlFunctions"
Option Explicit
'=============================================================================
'ini文件管理api函数声明
Declare Function GetPrivateProfileString Lib "kern
www.eeworm.com/read/149436/12377836
bas crypt.bas
'general section
Declare Function GetPrivateProfileInt% Lib "Kernel" (ByVal lpApplicationName$, ByVal lpKeyName$, ByVal nDefault%, ByVal lpFileName$)
Declare Function GetPrivateProfileString% Lib "Ker
www.eeworm.com/read/128346/14304032
bas inimodule.bas
Attribute VB_Name = "IniModule"
Public Declare Function GetPrivateProfileString Lib "kernel32" _
Alias "GetPrivateProfileStringA" (ByVal lpApplicationName As String, _
ByVal lpKeyName As Any,
www.eeworm.com/read/206216/15298597
bas inimodule.bas
Attribute VB_Name = "IniModule"
Public Declare Function GetPrivateProfileString Lib "kernel32" _
Alias "GetPrivateProfileStringA" (ByVal lpApplicationName As String, _
ByVal lpKeyName As Any,
www.eeworm.com/read/193340/8236661
bas inimodule.bas
Attribute VB_Name = "IniModule"
Public Declare Function GetPrivateProfileString Lib "kernel32" _
Alias "GetPrivateProfileStringA" (ByVal lpApplicationName As String, _
ByVal lpKeyName As Any,