COMServer.cpp
上传用户:lxycoco
上传日期:2022-07-21
资源大小:38457k
文件大小:0k
源码类别:

C#编程

开发平台:

Others

  1. // COMServer.cpp : Implementation of DLL Exports.
  2. #include "stdafx.h"
  3. #include "resource.h"
  4. // The module attribute causes DllMain, DllRegisterServer and DllUnregisterServer to be automatically implemented for you
  5. [ module(dll, uuid = "{C6E0529B-38AC-4144-A04F-71A0F07D349E}", 
  6.  name = "COMServer", 
  7.  helpstring = "COMServer 1.0 Type Library",
  8.  resource_name = "IDR_COMSERVER") ]
  9. class CCOMServerModule
  10. {
  11. public:
  12. // Override CAtlDllModuleT members
  13. };
  14.