Source code of Windows XP (NT5)
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.

42 lines
899 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 2000.
  5. //
  6. // File: classid.hxx
  7. //
  8. // Contents: Contains CLSID's of filters and word breakers
  9. //
  10. // History: 15-Aug-1994 SitaramR Created
  11. //
  12. //--------------------------------------------------------------------------
  13. #pragma once
  14. #ifdef DISPLAY_INCLUDES
  15. #pragma message( "#include <" __FILE__ ">..." )
  16. #endif
  17. extern "C" GUID CLSID_CTextIFilter = {
  18. 0xC1243CA0,
  19. 0xBF96,
  20. 0x11CD,
  21. { 0xB5, 0x79, 0x08, 0x00, 0x2B, 0x30, 0xBF, 0xEB }
  22. };
  23. extern "C" GUID CLSID_CTextClass = {
  24. 0x89bcb7a4,
  25. 0x6119,
  26. 0x101a,
  27. { 0xbc, 0xb7, 0x00, 0xdd, 0x01, 0x06, 0x55, 0xaf }
  28. };
  29. extern "C" GUID CLSID_Neutral_WBreaker = {
  30. 0x369647e0,
  31. 0x17b0,
  32. 0x11ce,
  33. { 0x99, 0x50, 0x00, 0xaa, 0x00, 0x4b, 0xbb, 0x1f }
  34. };