如何在自己的程序中加入宏的功能[8]

[入库:2005年8月18日] [更新:2007年3月25日]

本文简介:选择自 zswzwy 的 blog

     

      if(ppunkitem) {

         *ppunkitem = null;

        

         if(dwreturnmask & scriptinfo_iunknown) {

            if (!_wcsicmp(l"myobject", pstrname)) {

               *ppunkitem = m_punkscriptobject;

               m_punkscriptobject->addref();

            }

         }

      }

     

      return s_ok;

   }

  

   virtual hresult __stdcall getdocversionstring(bstr *pbstrversion) {

      return s_ok;

   }

  

   virtual hresult __stdcall onscriptterminate(const variant *pvarresult,

本文关键:
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top