29 lines
502 B
Plaintext
29 lines
502 B
Plaintext
|
// w3ext.idl : IDL source for w3ext.dll
|
||
|
//
|
||
|
|
||
|
// This file will be processed by the MIDL tool to
|
||
|
// produce the type library (w3ext.tlb) and marshalling code.
|
||
|
|
||
|
import "oaidl.idl";
|
||
|
import "ocidl.idl";
|
||
|
|
||
|
[
|
||
|
uuid(21AEBF45-B762-4300-B1D7-6FA8A379D27E),
|
||
|
version(1.0),
|
||
|
helpstring("w3ext 1.0 Type Library")
|
||
|
]
|
||
|
library W3EXTLib
|
||
|
{
|
||
|
importlib("stdole2.tlb");
|
||
|
|
||
|
|
||
|
[
|
||
|
uuid(5a61f7a0-cde1-11cf-9113-00aa00425c62),
|
||
|
helpstring("PropShellExt Class")
|
||
|
]
|
||
|
coclass PropShellExt
|
||
|
{
|
||
|
[default] interface IUnknown;
|
||
|
};
|
||
|
};
|