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.

48 lines
888 B

  1. // vssui.idl : IDL source for vss.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (vssui.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. [
  8. object,
  9. uuid(D80573DF-5347-42C3-8E71-110369666D7A),
  10. dual,
  11. helpstring("IVSSShellExt Interface"),
  12. pointer_default(unique)
  13. ]
  14. interface IVSSShellExt : IUnknown
  15. {
  16. };
  17. [
  18. uuid(75DE71C8-0DA8-4A88-A9F4-84F1172B4F0C),
  19. version(1.0),
  20. helpstring("vssui 1.0 Type Library")
  21. ]
  22. library VSSUILib
  23. {
  24. importlib("stdole32.tlb");
  25. importlib("stdole2.tlb");
  26. [
  27. uuid(D9F1D595-2693-4F95-BFF8-A5BED203B77F),
  28. helpstring("VSSUI Class")
  29. ]
  30. coclass VSSUI
  31. {
  32. [default] interface IUnknown;
  33. }
  34. [
  35. uuid(4648F940-EFE3-4BAB-9211-3BE45CD5029D),
  36. helpstring("VSSShellExt Class")
  37. ]
  38. coclass VSSShellExt
  39. {
  40. [default] interface IVSSShellExt;
  41. };
  42. };