用VC开发ACTIVEX 一书 实例4 BCFBasicServer.

源代码在线查看: guids.cpp

软件大小: 12 K
上传用户: LOOK1980
关键词: BCFBasicServer ACTIVEX
下载地址: 免注册下载 普通下载 VIP

相关代码

				//=--------------------------------------------------------------------------=
				// Guids.Cpp
				//=--------------------------------------------------------------------------=
				// Copyright  1995  Microsoft Corporation.  All Rights Reserved.
				//
				// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF 
				// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO 
				// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A 
				// PARTICULAR PURPOSE.
				//=--------------------------------------------------------------------------=
				//
				// contains the guids we will define ourselves.
				//
				
				
				#define INITGUID                   // define all the guids.
				#include "IPServer.H"
				
				#include "Guids.H"
				#include "olectl.h"
				
				#include "BCFBasicServerInterfaces.H"
				
							

相关资源