This commit is contained in:
19
HookMsg/HookMsg.idl
Normal file
19
HookMsg/HookMsg.idl
Normal 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");
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user