itypelib.odl

来自「利用windows的API来注册自动OCX」· ODL 代码 · 共 24 行

ODL
24
字号
// all of the definitions have not been tested and may
// need some correction. as well param & rtn vals may
// need to be tweeked to suit your needs. 
//
// Brad Martinez, http://www.mvps.org

//=================================================================
[
    uuid(B96BCBE6-F886-11d0-9C63-A06801C10627),
    helpstring("ITypeLib Interface Type Library v1.1"),
    version(1.1) 
]
//=================================================================

library ITypeLib_TLB
{
    importlib("stdole2.tlb");

    #include "Wintypes.odl"
    #include "IUnknown.odl" 
    #include "ITypeLibDefs.odl" 

}   

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?