COMServer.cpp
上传用户:lxycoco
上传日期:2022-07-21
资源大小:38457k
文件大小:0k
- // 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
- };
-