📄 bmpicons.idl
字号:
// BmpIcons.idl : IDL source for BmpIcons.dll
//
// This file will be processed by the MIDL tool to
// produce the type library (BmpIcons.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.idl";
[
object,
uuid(B46F8E10-80A3-11D2-9DAF-00104B4C822A),
dual,
helpstring("IIcon Interface"),
pointer_default(unique)
]
interface IIcon : IDispatch
{
};
[
uuid(B46F8E04-80A3-11D2-9DAF-00104B4C822A),
version(1.0),
helpstring("BmpIcons 1.0 Type Library")
]
library BMPICONSLib
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
[
uuid(99739732-6A6B-11D2-9DAF-00104B4C822A),
helpstring("Icon Class")
]
coclass Icon
{
[default] interface IIcon;
};
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -