20 lines
418 B
Plaintext
20 lines
418 B
Plaintext
// HHFind.idl : IDL source for HHFind.dll
|
|
//
|
|
|
|
// This file will be processed by the MIDL tool to
|
|
// produce the type library (HHFind.tlb) and marshalling code.
|
|
|
|
import "oaidl.idl";
|
|
import "ocidl.idl";
|
|
|
|
[
|
|
uuid(adb880a4-d8ff-11cf-9377-00aa003b7a11),
|
|
version(1.0),
|
|
helpstring("HHFind 1.0 Type Library")
|
|
]
|
|
library HHFINDLib
|
|
{
|
|
importlib("stdole32.tlb");
|
|
importlib("stdole2.tlb");
|
|
};
|