Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

28 lines
502 B

// 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;
};
};