SAFEARRAY使用实例[19]

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

本文简介:选择自 sheismylife 的 blog

     coclass shape

     {

          [default] interface ishape;

     };

     struct _bookmarkschema;

};

 

 

方法的实现为:

stdmethodimp cshape::getbookmarkname(bstr userid,safearray** pbookmarknames)

{

     //获得gis库信息

     csarstconfigure configure;

     string flag("gis");

     string ip,database,username,key,context;

     configure.getdatabaseinfo(flag,ip,database,username,key,context);

 

本文关键:SAFEARRAY使用实例
 

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

go top