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.

43 lines
1.4 KiB

  1. /*
  2. **------------------------------------------------------------------------------
  3. ** Module: Disk Space Cleanup Property Sheets
  4. ** File: diskguid.h
  5. **
  6. ** Purpose: Defines The 'Disk Space Cleanup Property Sheet' Class ID for OLE 2.0
  7. ** Notes: The unique Class ID of this Disk Space Cleanup Shell extension class is:
  8. **
  9. ** E0568D07-88AE-11d0-8B0C-00805F8ABE06
  10. **
  11. ** Mod Log: Created by Jason Cobb (2/97)
  12. **
  13. ** Copyright (c)1997 Microsoft Corporation, All Rights Reserved
  14. **------------------------------------------------------------------------------
  15. */
  16. #ifndef DISKGUID_H
  17. #define DISKGUID_H
  18. /*
  19. **------------------------------------------------------------------------------
  20. ** Microsoft C++ include files
  21. **------------------------------------------------------------------------------
  22. */
  23. /*
  24. **------------------------------------------------------------------------------
  25. ** Class ID
  26. **------------------------------------------------------------------------------
  27. */
  28. // {E0568D07-88AE-11d0-8B0C-00805F8ABE06}
  29. DEFINE_GUID(CLSID_CleanMgrShellExt,
  30. 0xe0568d07, 0x88ae, 0x11d0, 0x8b, 0xc, 0x0, 0x80, 0x5f, 0x8a, 0xbe, 0x6);
  31. #endif // DISKGUID_H
  32. /*
  33. **------------------------------------------------------------------------------
  34. ** End of File
  35. **------------------------------------------------------------------------------
  36. */