代码搜索:GetPrivateProfileString
找到约 459 项符合「GetPrivateProfileString」的源代码
代码结果 459
www.eeworm.com/read/151670/12182770
cpp fcdfile.cpp
#include "StdAfx.h"
#include "FluteD.h"
#include "FCDFile.h"
int CFCDFile::Setup(char * fname)
{
int i;
AddLog("\n[Setup FCD File]\n");
GetPrivateProfileString(FCD_CHAIN, FCD_DEV, ""
www.eeworm.com/read/151670/12182850
cpp fcdfile.cpp
#include "StdAfx.h"
#include "FluteD.h"
#include "FCDFile.h"
int CFCDFile::Setup(char * fname)
{
int i;
AddLog("\n[Setup FCD File]\n");
GetPrivateProfileString(FCD_CHAIN, FCD_DEV, ""
www.eeworm.com/read/151377/12217172
cpp common.cpp
#include "stdafx.h"
#include "common.h"
#include "MainFrm.h"
//声明主框架类的实例,用于别类的显示
CMainFrame* g_MainFrame=NULL;
UINT THESEQ_NO=1;
//短消息通道信息
STRUCT_SMSCINFO gStructSmscInfo;
www.eeworm.com/read/252393/12284625
cpp bbb.cpp
// bbb.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "bbb.h"
#include "bbbDlg.h"
#include "DlgLogin.h"
#include "PrintDoc.h"
#include "PrintFram.h"
#
www.eeworm.com/read/149193/12395725
cpp inireader.cpp
#include "stdafx.h"
#include "iniReader.h"
CIniWrap::CIniWrap()
{
m_szIniFile="";
}
CIniWrap::CIniWrap(LPCSTR pszFile)
{
m_szIniFile=pszFile;
}
CIniWrap::~CIniWrap()
{
}
void CI
www.eeworm.com/read/172133/5390076
cpp cacertextpage.cpp
// CaCertExtPage.cpp : implementation file
//
#include "stdafx.h"
#include "minica.h"
#include "CaCertExtPage.h"
#include "MiniMainDlg.h"
#include ".\GenericClass\Language.h"
#include "minict
www.eeworm.com/read/474963/6798693
cpp restore.cpp
// Restore.cpp : implementation file
//
#include "stdafx.h"
#include "BookFriend.h"
#include "Restore.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FI
www.eeworm.com/read/293237/8305513
cpp bankconfig.cpp
// BankConfig.cpp : implementation file
//
#include "stdafx.h"
#include "Trans.h"
#include "BankConfig.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __F
www.eeworm.com/read/415297/11077596
cpp checkmemory.cpp
#include "stdafx.h"
#include
MEMORYSTATUS gSystem_Memory_Start;
MEMORYSTATUS gSystem_Memory_End;
void CheckMemoryDriffInit(void)
{
GlobalMemoryStatus(&gSystem_Memory_Start);
}
www.eeworm.com/read/200486/15432137
cpp recorddlg.cpp
// RecordDlg.cpp : implementation file
//
#include "stdafx.h"
#include "IM.h"
#include "RecordDlg.h"
extern CString CRdir;
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char