代码搜索:cstring
找到约 10,000 项符合「cstring」的源代码
代码结果 10,000
www.eeworm.com/read/185551/9032666
hpp ceditbox.hpp
// EditBox class
#ifndef _CEDITBOX_HPP
#define _CEDITBOX_HPP
#include "CWnd.hpp"
#include "CString.hpp"
class CEditBox : public CWnd {
public:
// Constructors
CEditBox() {}
CEditBox(
www.eeworm.com/read/185551/9032674
cpp cfile.cpp
#include "CFile.hpp"
#include "CString.hpp"
bool CFile::Open(LPTSTR File,Mode CMode,DWORD Beh)
{
Close();
WasCreatd = FALSE;
SECURITY_ATTRIBUTES sa;
sa.nLength=sizeof(sa);
sa.lpSecurity
www.eeworm.com/read/185551/9032683
hpp ctext.hpp
// Static text
#ifndef _CTEXT_HPP
#define _CTEXT_HPP
#include "CWnd.hpp"
#include "CString.hpp"
class CText : public CWnd {
public:
// Constructors
CText() {}
CText(CWnd& father,int
www.eeworm.com/read/185551/9032694
hpp ccombobox.hpp
#ifndef _CCOMBOBOX_HPP
#define _CCOMBOBOX_HPP
#include "CWnd.hpp"
#include "CString.hpp"
class CComboBox : public CWnd {
public:
// Constructors
CComboBox() {}
CComboBox(CWnd& father,in
www.eeworm.com/read/283160/9038895
cpp rxrecordset.cpp
// RxRecordset.cpp: implementation of the RxRecordset class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "yhjk.h"
#include "RxRecordse
www.eeworm.com/read/283160/9038914
cpp rxado.cpp
// RxADO.cpp: implementation of the RxADO class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "RxADO.h"
#include "ExternDLLHeader.h"
#
www.eeworm.com/read/283036/9046243
cpp rxrecordset.cpp
// RxRecordset.cpp: implementation of the RxRecordset class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "htglxt.h"
#include "RxRecord
www.eeworm.com/read/283036/9046278
cpp rxado.cpp
// RxADO.cpp: implementation of the RxADO class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "RxADO.h"
#include "ExternDLLHeader.h"
#
www.eeworm.com/read/382069/9051372
h myieview.h
// myieView.h : CmyieView 类的接口
//
#pragma once
#include "QaNode.h"
#include "QaFuns.h"
typedef CTypedPtrList
CQaNodeList;
class CmyieView : public CHtmlView
{
protected
www.eeworm.com/read/382069/9051434
cpp xmlnode.cpp
#include
#include "xmlnode.h"
namespace Generic
{
//-------------------------------------------------------------------------
// Function Name :_GetValue
// Parameter(s)