代码搜索:CObject
找到约 2,165 项符合「CObject」的源代码
代码结果 2,165
www.eeworm.com/read/101083/6240239
cpp object3d.cpp
#include "object3d.h"
#include "..\..\..\3Dlib\util.h"
#include "..\..\..\3Dlib\object.h"
#include "..\..\..\3Dlib\hobreadr.h"
//#ifdef SUPPORT_HOT_FORMAT
//#include "source\datasrc\hotreadr.
www.eeworm.com/read/101083/6240241
h object3d.h
//___________________________________________________________________________
#define OBJECT_DATA_UNKNOWN -1
#define OBJECT_DATA_HOB 1
#define OBJECT_DATA_HOT 2
//_____________________
www.eeworm.com/read/408240/11401007
hpp serialthread.hpp
/********************************************************************
file base: serialThread
file ext: hpp
*********************************************************************/
#ifndef SE
www.eeworm.com/read/405799/11456646
h myhookdll.h
class AFX_EXT_CLASS CMyHookDll : public CObject
{
public:
CMyHookDll();
~CMyHookDll();
BOOL InstallHook(HWND hWnd);
BOOL UnInstallHook();
};
LRESULT WINAPI MouseProc(int nCode,WPARAM
www.eeworm.com/read/251612/12330565
cpp cmessg.cpp
#include "stdafx.h"
#include "CMessg.h"
#ifdef _DEBUG
#undef THIS_FILE
static char BASED_CODE THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////
www.eeworm.com/read/116073/14989148
cpp msg.cpp
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic
www.eeworm.com/read/172394/5388100
h effectmanager.h
// EffectManager.h: interface for the CEffectManager class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_EFFECTMANAGER_H__C97B73EA_067D_41CA_A990_245
www.eeworm.com/read/393830/8261632
h sockdatalist.h
#ifndef _SOCKDATALIST_H
#define _SOCKDATALIST_H
#include "scdefine.h"
#include "Mcommon.h"
typedef unsigned char byte;
struct _byte16
{
BYTE b1;
BYTE b2;
};
typedef _byte16 BYTE16;
www.eeworm.com/read/170812/9787537
h blob.h
//**Ensure the class isn't declared twice
#ifndef _BLOB_H
#define _BLOB_H
//**Derive a CBlob class from CObject
class CBlob:public CObject
{
//**Include the Serialization functions
DECLARE_
www.eeworm.com/read/414998/11086652
cpp cmessg.cpp
#include "stdafx.h"
#include "CMessg.h"
#ifdef _DEBUG
#undef THIS_FILE
static char BASED_CODE THIS_FILE[] = __FILE__;
#endif
///////////////////////////////////////////////////////////////