📄 bcfbasicserver.odl
字号:
//=--------------------------------------------------------------------------=
// BCFBasicServer.ODL
//=--------------------------------------------------------------------------=
// Copyright 1995 Microsoft Corporation. All Rights Reserved.
//
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
// PARTICULAR PURPOSE.
//=--------------------------------------------------------------------------=
//
// ODL file for the automation object(s) in this inproc server
//
//
#include "dispids.h"
// can't include oaidl.h, so this will have to do
//
#define DISPID_NEWENUM -4
//=--------------------------------------------------------------------------=
// the libid for this type libray
//
[
uuid(5d6c68d0-5a82-11d0-bcbc-0020afd6738c),
helpstring("BCFBasicServer Object Library"),
lcid(0x0000),
version(1.0)
]
library BCFBasicServerObjects {
// standard imports
//
importlib("STDOLE32.TLB");
// primary dispatch interface for CBasicAuto object
//
[
uuid(5ea29be0-5a82-11d0-bcbc-0020afd6738c),
helpstring("BasicAuto Object"),
hidden,
dual,
odl
]
interface IBasicAuto : IDispatch {
// properties
//
// methods
//
};
// coclass for CBasicAuto objects
//
[
uuid(5fd747c0-5a82-11d0-bcbc-0020afd6738c),
helpstring("BasicAuto Object")
]
coclass BasicAuto {
[default] interface IBasicAuto;
};
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -