📄 shbho.idl
字号:
// SHBHO.idl : IDL source for SHBHO.dll
//
// This file will be processed by the MIDL tool to
// produce the type library (SHBHO.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.idl";
[
object,
uuid(9B871243-2983-495D-9FEB-D7059D0E8056),
dual,
helpstring("ISurfHelper Interface"),
pointer_default(unique)
]
interface ISurfHelper : IDispatch
{
};
[
uuid(A8A6B12C-42CE-43D3-B459-B707DA13AF8A),
version(1.0),
helpstring("SHBHO 1.0 Type Library")
]
library SHBHOLib
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
[
uuid(5C11EE98-400F-4CD7-90A6-D8C6797153E2),
helpstring("SurfHelper Class")
]
coclass SurfHelper
{
[default] interface ISurfHelper;
};
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -