代码搜索:CString
找到约 10,000 项符合「CString」的源代码
代码结果 10,000
www.eeworm.com/read/288354/8641915
cpp rxrecordset.cpp
// RxRecordset.cpp: implementation of the RxRecordset class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "gdzc.h"
#include "RxRecordse
www.eeworm.com/read/288354/8641963
cpp rxado.cpp
// RxADO.cpp: implementation of the RxADO class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "RxADO.h"
#include "ExternDLLHeader.h"
#
www.eeworm.com/read/288178/8648918
h dirfile.h
#pragma once
#include "global.h"
DLL_INTERNAL int WriteDataToFile(LPCTSTR filename,void* data,long size,LPCTSTR mode, int nStartPos=-1 );
DLL_INTERNAL int ReadDataFromFile(LPCTSTR filename,void*
www.eeworm.com/read/288178/8648943
h string.h
#pragma once
#include "global.h"
DLL_INTERNAL CString Data2HexString ( char *data, int size, int nBytesPerLine=16 );
DLL_INTERNAL int ConvStringToHexData(CString csOrgStr, BYTE *szOutBuffer, in
www.eeworm.com/read/288178/8648972
h log.h
#pragma once
#include "global.h"
DLL_INTERNAL void MsgBoxErr ( LPCTSTR lpszErrorMsg, ... );
DLL_INTERNAL CString FormatString ( LPCTSTR lpszStr, ... );
www.eeworm.com/read/287935/8659803
h ado.h
/*########################################################################
【文件名】: ado.h
【名 称】: ADO 封装类.
【版 本】: 0.20
【作 者】: 成真
【E-mail】: anyou@sina.com
----------------------------
www.eeworm.com/read/287629/8678124
cpp checkin.cpp
// Checkin.cpp: implementation of the CCheckin class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "HrSys.h"
#include "Checkin.h"
#inc
www.eeworm.com/read/431395/8679700
h dialup.h
// Dialup.h
#ifndef __DIALUP_H__
#define __DIALUP_H__
#include "ras.h"
#include "stdafx.h"
class CDialup
{
public:
CDialup();
~CDialup();
BOOL Connect( const char *, const char
www.eeworm.com/read/287384/8688090
cpp msnloginclient.cpp
// CMsnLoginClient.cpp : implementation file
//
#include "stdafx.h"
#include "SimMsnMessenger.h"
#include "SimMsnMessengerView.h"
#include "MsnLoginClient.h"
#include "MsnSocket.h"
#include
www.eeworm.com/read/287384/8688152
h msnloginclient.h
#if !defined(_MSNLOGINCLIENT_H__)
#define _MSNLOGINCLIENT_H__
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
#include "MsnUser.h"
// CMsnLoginClient.h : header file
//
class