⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 vboost6.idl

📁 VB圣经
💻 IDL
字号:
// 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -