📄 bcfcontrolnowin.odl
字号:
//=--------------------------------------------------------------------------=
// BCFControlNoWin.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 control(s) and automation object(s) in this inproc server
//
#include <olectl.h>
#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(ce2642a0-3fb6-11d0-bec1-00400538977d),
helpstring("BCFControlNoWin Control Library"),
lcid(0x0000),
version(1.0)
]
library BCFControlNoWinObjects {
// standard imports
//
importlib("STDOLE32.TLB");
importlib(STDTYPE_TLB);
// primary dispatch interface for CBCFControlNoWin control
//
[
uuid(cf395060-3fb6-11d0-bec1-00400538977d),
helpstring("BCFControlNoWin Control"),
hidden,
dual,
odl
]
interface IBCFControlNoWin : IDispatch {
// properties
//
// methods
//
[id(DISPID_ABOUTBOX)]
void AboutBox(void);
};
// event interface for CBCFControlNoWin controls ...
//
[
uuid(d06c7510-3fb6-11d0-bec1-00400538977d),
helpstring("Event interface for BCFControlNoWin control"),
hidden
]
dispinterface DBCFControlNoWinEvents {
properties:
methods:
};
// coclass for CBCFControlNoWin controls
//
[
uuid(d19c8b60-3fb6-11d0-bec1-00400538977d),
helpstring("BCFControlNoWin control")
]
coclass BCFControlNoWin {
[default] interface IBCFControlNoWin;
[default, source] dispinterface DBCFControlNoWinEvents;
};
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -