mymtaserver.cpp

来自「【内容简介】 本书由一流的权威撰写」· C++ 代码 · 共 17 行

CPP
17
字号
// MyMTAServer.cpp : Implementation of CMTAServerApp and DLL registration.

#include "stdafx.h"
#include "MTAServer.h"
#include "MyMTAServer.h"

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


STDMETHODIMP CMyMTAServer::DoIt()
{
	::MessageBox(NULL, _T("From MTA"), _T("Do It"), MB_OK);

	return S_OK;
}

⌨️ 快捷键说明

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