Leaked source code of windows server 2003
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
530 B

  1. // w3ext.idl : IDL source for w3ext.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (w3ext.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. [
  8. uuid(21AEBF45-B762-4300-B1D7-6FA8A379D27E),
  9. version(1.0),
  10. helpstring("w3ext 1.0 Type Library")
  11. ]
  12. library W3EXTLib
  13. {
  14. importlib("stdole2.tlb");
  15. [
  16. uuid(5a61f7a0-cde1-11cf-9113-00aa00425c62),
  17. helpstring("PropShellExt Class")
  18. ]
  19. coclass PropShellExt
  20. {
  21. [default] interface IUnknown;
  22. };
  23. };