view/Type Libray/ 下的:
  new interface ,new dispinterface,new Coclass,new Enumerition,new module,new 
  new record ,new union
 做什么用的?

解决方案 »

  1.   

    new interface 增加一个新的接口
    new dispinterface 增加一个派遣接口
    new Coclass 增加一个对象
    new Enumerition 增加一个数组,数组中可以定义一些常量其它的我没怎么用过。估计我说的这些大家也都常用。
      

  2.   

    蒙一下
    new module,新模块
    new record ,新记录
    new union新联合
      

  3.   

    A record consists of a list of structure members or fields. A union is a record with only a variant part. Like a record, a union consists of a list of structure members or fields. However, unlike the members of records, each member of a union occupies the same physical address, so that only one logical value can be stored.
      

  4.   

    new interface 增加一个新的接口
    new dispinterface 增加一个派遣接口
    new Coclass 增加一个对象
    new Enumerition 增加一个数组,数组中可以定义一些常量
    new module,新模块
    new record ,新记录
    new union新联合楼上的这样翻译倒没错,要看具体做什么用,