代码搜索:dCOM
找到约 2,344 项符合「dCOM」的源代码
代码结果 2,344
www.eeworm.com/read/119164/14837975
cpp server.cpp
#define INITGUID
#define _WIN32_DCOM
#include
#include
IDirectPlay8Server* g_pDPServer = NULL;
IDirectPlay8Address* g_pDeviceAddress = N
www.eeworm.com/read/183761/9141309
cpp dcomshow.cpp
/* dcomShow.cpp - DCOM extended show routines */
/* Copyright (c) 2001 Wind River Systems, Inc. */
/*
modification history
--------------------
01j,22apr02,nel SPR#76087. Make read routine return 0
www.eeworm.com/read/183761/9141343
h remoteoxid.h
/* RemoteOxid.h - COM/DCOM RemoteOxid class definition */
/* Copyright (c) 1999 Wind River Systems, Inc. */
/*
modification history
--------------------
01u,26jul01,dbs remove obsolete code
01t,13
www.eeworm.com/read/183761/9141357
cpp orpclib.cpp
/* orpcLib.cpp -- DCOM / ORPC interface functions */
/* Copyright (c) 1998 Wind River Systems, Inc. */
/*
modification history
--------------------
02z,17dec01,nel Add include symbol for diab.
02y
www.eeworm.com/read/183761/9141387
h dcomlib.h
/* dcomLib.h - VxWorks DCOM public API */
/* Copyright (c) 1998 Wind River Systems, Inc. */
/*
modification history
--------------------
01r,11oct01,nel Add SCM Stack Size param to dcomLibInit.
01
www.eeworm.com/read/183761/9141425
h rpcpdufactory.h
/* RpcPduFactory - create DCOM protocol requests/responses */
/* Copyright (c) 1999 Wind River Systems, Inc. */
/*
modification history
--------------------
01l,13jul01,dbs fix up includes
01k,29ma
www.eeworm.com/read/169281/9869378
cpp dynamic vtable sink.cpp
// client.cpp
#define _WIN32_DCOM
#include
#include
#include
#include "Component\component.h"
// This sink can implement any interface at runtime
// In C++,
www.eeworm.com/read/169281/9869411
cpp local.cpp
// local.cpp
#define _WIN32_DCOM
#include
#include
#include "Component\component.h" // Generated by MIDL
#include "registry.h" // Add This!!!
long g_cComponents = 0;
www.eeworm.com/read/169281/9869591
cpp cppclient.cpp
#define _WIN32_DCOM
#include
#include
#include
#include
#include "component\component.h"
void main()
{
HRESULT hr = CoInitializeEx(NULL, COIN
www.eeworm.com/read/169281/9869901
cpp client.cpp
// client.cpp
#define _WIN32_DCOM
#include
#include
#include
#include
#include "Component\component.h"
class CMessageFilter : public IMessageFilter