DemoDllModule.cpp
上传用户:goldcmy89
上传日期:2017-12-03
资源大小:2246k
文件大小:0k
源码类别:

PlugIns编程

开发平台:

Visual C++

  1. #include "nsIGenericFactory.h"
  2. #include "DemoDll.h" 
  3. NS_GENERIC_FACTORY_CONSTRUCTOR(DemoDll)
  4. static nsModuleComponentInfo components[] =
  5. {
  6.     {
  7.        DEMODLL_CLASSNAME, 
  8.        DEMODLL_CID,
  9.        DEMODLL_CONTRACTID,
  10.        DemoDllConstructor,
  11.     }
  12. };
  13. NS_IMPL_NSGETMODULE("DemoDllModule", components)