代码搜索:CObject
找到约 2,165 项符合「CObject」的源代码
代码结果 2,165
www.eeworm.com/read/412713/11188417
h wordmousehook.h
class AFX_EXT_CLASS CBeyondSecSign : public CObject
{
public:
CBeyondSecSign();//钩子类的构造函数
virtual ~CBeyondSecSign();//钩子类的析构函数
public:
// BOOL StartHook(HWND hWnd); //安装钩子函数
www.eeworm.com/read/334908/12563366
h icmdtest.h
#if !defined(AFX_ICMDTEST_H__AE4F6E03_39B8_47A1_86F5_9B3B843B7904__INCLUDED_)
#define AFX_ICMDTEST_H__AE4F6E03_39B8_47A1_86F5_9B3B843B7904__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _
www.eeworm.com/read/237007/13981483
cpp message.cpp
// Message.cpp: implementation of the CMessage class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Message.h"
#ifdef _DEBUG
#undef
www.eeworm.com/read/111209/15517039
cpp msg.cpp
// msg.cpp : implementation of the CMsg class
//
// This is a part of the Microsoft Foundation Classes C++ library.
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// This source
www.eeworm.com/read/111208/15517068
cpp msg.cpp
// msg.cpp : implementation of the CMsg class
//
// This is a part of the Microsoft Foundation Classes C++ library.
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// This source
www.eeworm.com/read/104449/15692412
cpp matrix.cpp
// Matrix.cpp: implementation of the CMatrix class.
#include "Matrix.h"
#include "Object.h"
#include "Item.h"
#include "Human.h"
CMatrix::CMatrix()
{
// 初始ID = 1
m_seq = 1;
}
CMatr
www.eeworm.com/read/390958/8431620
h registryserialize.h
// RegistrySerialize.h: interface for the CRegistrySerialize class.
//
////////////////////////////////////////////////////////////////////////////////
// Copyright (C) 2000 Tadeusz Dracz.
// Fo
www.eeworm.com/read/431395/8682048
cpp odbctypeinfo.cpp
#include "stdafx.h"
#include "ODBCTypeInfo.hpp"
#define MAX_COLNAME 50
CODBCTypeInfo::CODBCTypeInfo(LPCSTR lpszDSN)
{
SQLRETURN rc;
SQLHSTMT hstmt = NULL;
int aiDataTypes[] = {
SQL_
www.eeworm.com/read/285368/8845273
h queue.h
/*****************************************************************************
*
* Queue.h
*
www.eeworm.com/read/382069/9051365
h qanode.h
#pragma once
// CQaNode 命令目标
class CQaNode : public CObject
{
public:
CQaNode();
virtual ~CQaNode();
BOOL ParseFromXmlNode( CXmlNodePtr pNode );
public:
CString m_strQ;
CString