📄 bcfcontrolsubwin.odl
字号:
//=--------------------------------------------------------------------------=
// BCFControlSubWin.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(01124730-3fb7-11d0-bec1-00400538977d),
helpstring("BCFControlSubWin Control Library"),
lcid(0x0000),
version(1.0)
]
library BCFControlSubWinObjects {
// standard imports
//
importlib("STDOLE32.TLB");
importlib(STDTYPE_TLB);
// primary dispatch interface for CBCFControlSubWin control
//
[
uuid(02456be0-3fb7-11d0-bec1-00400538977d),
helpstring("BCFControlSubWin Control"),
hidden,
dual,
odl
]
interface IBCFControlSubWin : IDispatch {
// properties
//
// methods
//
[id(DISPID_ABOUTBOX)]
void AboutBox(void);
};
// event interface for CBCFControlSubWin controls ...
//
[
uuid(03770960-3fb7-11d0-bec1-00400538977d),
helpstring("Event interface for BCFControlSubWin control"),
hidden
]
dispinterface DBCFControlSubWinEvents {
properties:
methods:
};
// coclass for CBCFControlSubWin controls
//
[
uuid(04a8a6e0-3fb7-11d0-bec1-00400538977d),
helpstring("BCFControlSubWin control")
]
coclass BCFControlSubWin {
[default] interface IBCFControlSubWin;
[default, source] dispinterface DBCFControlSubWinEvents;
};
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -