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.

64 lines
1.4 KiB

  1. ///////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 2000 Microsoft Corporation
  4. //
  5. ///////////////////////////////////////////////////////////////////////////////
  6. // Imports
  7. //
  8. import "oaidl.idl";
  9. import "ocidl.idl";
  10. import "vss.idl";
  11. ///////////////////////////////////////////////////////////////////////////////
  12. // Constants and enums
  13. //
  14. #pragma midl_echo( "const GUID VSS_SWPRV_ProviderId = { 0xb5946137, 0x7b9f, 0x4925, { 0xaf, 0x80, 0x51, 0xab, 0xd6, 0xb, 0x20, 0xd5 } };" )
  15. ///////////////////////////////////////////////////////////////////////////////
  16. // Typedefs and structures
  17. //
  18. ///////////////////////////////////////////////////////////////////////////////
  19. // Forward declarations
  20. //
  21. ///////////////////////////////////////////////////////////////////////////////
  22. // Interfaces
  23. //
  24. ////////////////////////////////////////////////////////////////////////////////
  25. // Snapshot Software Type Library
  26. // @doc
  27. [
  28. uuid(93BB06B6-B6DA-43c8-BC9B-E32DB49AA6F7),
  29. version(1.0),
  30. helpstring("Software Shadow Copy provider 1.0 Type Library")
  31. ]
  32. library VSSW
  33. {
  34. importlib("stdole2.tlb");
  35. [
  36. uuid(65EE1DBA-8FF4-4a58-AC1C-3470EE2F376A),
  37. helpstring("VSSoftwareProvider Class")
  38. ]
  39. coclass VSSoftwareProvider
  40. {
  41. [default] interface IUnknown;
  42. }
  43. }