This commit is contained in:
2013-07-20 23:23:10 +00:00
parent c7ada32fc5
commit f07e993032

19
HookMsg/HookMsg.idl Normal file
View File

@@ -0,0 +1,19 @@
// HookMsg.idl : IDL source for HookMsg.exe
//
// This file will be processed by the MIDL tool to
// produce the type library (HookMsg.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.idl";
[
uuid(E9DC21F0-F883-41a1-B9CC-27EF94B32A54),
version(1.0),
helpstring("HookMsg 1.0 Type Library")
]
library HookMsgLib
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
};