19 lines
406 B
Plaintext
19 lines
406 B
Plaintext
|
|
// 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");
|
|
};
|
|
|
|
|