📄 greenbrowser.idl
字号:
// GreenBrowser.idl : IDL source for GreenBrowser.exe
//
// This file will be processed by the MIDL tool to
// produce the type library (GreenBrowser.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.idl";
[
object,
uuid(25E81C73-A6C1-46B2-A83B-C05565643062),
helpstring("IGreenBrowserNSHandle Interface"),
pointer_default(unique)
]
interface IGreenBrowserNSHandle : IUnknown
{
};
[
uuid(133F1EF9-AE92-4C44-AE6B-DE5B0701E59B),
version(1.0),
helpstring("GreenBrowser 1.0 Type Library")
]
library GreenBrowserLib
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
[
uuid(B96C53BD-FADC-45C7-A72D-EB5230433A46),
helpstring("GreenBrowserNSHandle Class")
]
coclass GreenBrowserNSHandle
{
[default] interface IGreenBrowserNSHandle;
};
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -