vboost6.idl

来自「VB圣经」· IDL 代码 · 共 28 行

IDL
28
字号
// VBoost.idl : IDL source for VBoost.dll
//

// This file will be processed by the MIDL tool to
// produce the type library (VBoost.tlb) and marshalling code.

//import "oaidl.idl";
//import "ocidl.idl";

[
    uuid(20708EDF-24E3-11D3-AB5C-D41203C10000),
    version(1.0),
    helpstring("VBoost Object Implementation (6.0)")
]
library VBoost6
{
    importlib("stdole2.tlb");
    importlib("VBoostTypes6.olb");
    [
        uuid(20708EE2-24E3-11D3-AB5C-D41203C10000),
        helpstring("VBoost Root Object")
    ]
    coclass VBoostRootImpl
    {
        [default] interface VBoostRoot;
    }
};

⌨️ 快捷键说明

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