blob: cdf89c3ca9e3fad0cf541f724efd4e0cdf0f9a1f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
// Dropper.idl : IDL source for Dropper.dll
//
// This file will be processed by the MIDL tool to
// produce the type library (Dropper.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.idl";
[
uuid(83D2653F-81BA-4E24-B420-EB5CC9A94912),
version(1.0),
helpstring("Dropper 1.0 Type Library")
]
library DROPPERLib
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
};
|