?? hook.idl
字號:
// Hook.idl : IDL source for Hook.dll
//
// This file will be processed by the MIDL tool to
// produce the type library (Hook.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.idl";
[
object,
uuid(FC3CF1DA-7494-11D2-9DAF-00104B4C822A),
dual,
helpstring("IShowHook Interface"),
pointer_default(unique)
]
interface IShowHook : IDispatch
{
};
[
uuid(FC3CF1CE-7494-11D2-9DAF-00104B4C822A),
version(1.0),
helpstring("Hook 1.0 Type Library")
]
library HOOKLib
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
[
uuid(FC3CF1DB-7494-11D2-9DAF-00104B4C822A),
helpstring("ShowHook Class")
]
coclass ShowHook
{
[default] interface IShowHook;
};
};
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -