📄 hexshell.idl
字号:
// HexShell.idl : IDL source for HexShell.dll
//
// This file will be processed by the MIDL tool to
// produce the type library (HexShell.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.idl";
[
object,
uuid(D04E0581-F2B0-11D3-8BE1-525405F5D647),
dual,
helpstring("IHexShellMenu Interface"),
pointer_default(unique)
]
interface IHexShellMenu : IDispatch
{
};
[
uuid(D04E0573-F2B0-11D3-8BE1-525405F5D647),
version(1.0),
helpstring("HexShell 1.0 Type Library")
]
library HEXSHELLLib
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
[
uuid(9CCE5797-F2AA-11D3-8BE0-525405F5D647),
helpstring("HexShellMenu Class")
]
coclass HexShellMenu
{
[default] interface IHexShellMenu;
};
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -