ComInterfaceType Enumeration

来源:互联网 发布:淘宝发布虚拟宝贝教程 编辑:程序博客网 时间:2024/04/30 18:03
 
ComInterfaceType Enumeration

Identifies how to expose an interface to COM.

 

InterfaceIsDualIndicates the interface is exposed to COM as a dual interface, which enables both early and late binding. InterfaceIsDual is the default value. InterfaceIsIUnknownIndicates an interface is exposed to COM as an IUnknown -derived interface, which enables only early binding. InterfaceIsIDispatchIndicates an interface is exposed to COM as a dispinterface, which enables late binding only.

原创粉丝点击