⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 drawobj.cpp

📁 几个关于网络编程的程序
💻 CPP
字号:
// DrawObj.cpp : Implementation of CDrawServApp and DLL registration.
//
// This is a part of the Active Template Library.
// Copyright (C) 1996-1998 Microsoft Corporation
// All rights reserved.
//
// This source code is only intended as a supplement to the
// Active Template Library Reference and related
// electronic documentation provided with the library.
// See these sources for detailed information regarding the
// Active Template Library product.

#include "predraw.h"
#include "DrawServ.h"
#include "DrawObj.h"

/////////////////////////////////////////////////////////////////////////////
//

STDMETHODIMP CDrawObj::InterfaceSupportsErrorInfo(REFIID riid)
{
	if (riid == IID_IDrawServ)
		return S_OK;
	return S_FALSE;
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -