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.

33 lines
1.5 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1997 - 1999
  6. //
  7. // File: uuid.h
  8. //
  9. //--------------------------------------------------------------------------
  10. // Uncomment this if code in cscst.cpp monitors device changes.
  11. //#include <pnpmgr.h> // For GUID_DEVNODE_CHANGE
  12. // {750fdf0e-2a26-11d1-a3ea-080036587f03}
  13. DEFINE_GUID(CLSID_CscShellExt, 0x750fdf0e, 0x2a26, 0x11d1, 0xa3, 0xea, 0x08, 0x00, 0x36, 0x58, 0x7f, 0x03);
  14. // {750fdf10-2a26-11d1-a3ea-080036587f03}
  15. DEFINE_GUID(CLSID_CscUpdateHandler, 0x750fdf10, 0x2a26, 0x11d1, 0xa3, 0xea, 0x08, 0x00, 0x36, 0x58, 0x7f, 0x03);
  16. // {750fdf0f-2a26-11d1-a3ea-080036587f03}
  17. DEFINE_GUID(CLSID_CscVolumeCleaner, 0x750fdf0f, 0x2a26, 0x11d1, 0xa3, 0xea, 0x08, 0x00, 0x36, 0x58, 0x7f, 0x03);
  18. // {effc2928-37b1-11d2-a3c1-00c04fb1782a}
  19. DEFINE_GUID(CLSID_CscVolumeCleaner2, 0xeffc2928, 0x37b1, 0x11d2, 0xa3, 0xc1, 0x00, 0xc0, 0x4f, 0xb1, 0x78, 0x2a);
  20. // {AFDB1F70-2A4C-11d2-9039-00C04F8EEB3E}
  21. DEFINE_GUID(CLSID_OfflineFilesFolder, 0xafdb1f70, 0x2a4c, 0x11d2, 0x90, 0x39, 0x0, 0xc0, 0x4f, 0x8e, 0xeb, 0x3e);
  22. // {10CFC467-4392-11d2-8DB4-00C04FA31A66}
  23. DEFINE_GUID(CLSID_OfflineFilesOptions, 0x10cfc467, 0x4392, 0x11d2, 0x8d, 0xb4, 0x0, 0xc0, 0x4f, 0xa3, 0x1a, 0x66);
  24. // {A8A5A263-A58C-11d2-A7C2-00C04FA31A66}
  25. DEFINE_GUID(GUID_CscNullSyncItem,
  26. 0xa8a5a263, 0xa58c, 0x11d2, 0xa7, 0xc2, 0x0, 0xc0, 0x4f, 0xa3, 0x1a, 0x66);