windows-nt/Source/XPSP1/NT/inetsrv/iis/ui/admin/w3ext/w3ext.idl

29 lines
502 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
// 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;
};
};