?? comserver.cpp
字號:
// COMServer.cpp : Implementation of DLL Exports.
#include "stdafx.h"
#include "resource.h"
// The module attribute causes DllMain, DllRegisterServer and DllUnregisterServer to be automatically implemented for you
[ module(dll, uuid = "{C6E0529B-38AC-4144-A04F-71A0F07D349E}",
name = "COMServer",
helpstring = "COMServer 1.0 Type Library",
resource_name = "IDR_COMSERVER") ]
class CCOMServerModule
{
public:
// Override CAtlDllModuleT members
};
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -