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.

84 lines
1.6 KiB

  1. #ifdef __cplusplus
  2. extern "C"{
  3. #endif
  4. #ifndef __IID_DEFINED__
  5. #define __IID_DEFINED__
  6. typedef struct _IID
  7. {
  8. unsigned long x;
  9. unsigned short s1;
  10. unsigned short s2;
  11. unsigned char c[8];
  12. } IID;
  13. #endif // __IID_DEFINED__
  14. #define GUID IID
  15. #ifndef CLSID_DEFINED
  16. #define CLSID_DEFINED
  17. typedef IID CLSID;
  18. #endif // CLSID_DEFINED
  19. /* c6debc0a-f2b2-4f17-930e-ca9faff4cd04 */
  20. const GUID GUID_TFCAT_TIP_REFERENCE = {
  21. 0xc6debc0a,
  22. 0xf2b2,
  23. 0x4f17,
  24. {0x93, 0x0e, 0xca, 0x9f, 0xaf, 0xf4, 0xcd, 0x04}
  25. };
  26. /* 5130a009-5540-4fcf-97eb-aad33fc0ee09 */
  27. const GUID GUID_TFCAT_TIP_PROOFING = {
  28. 0x5130a009,
  29. 0x5540,
  30. 0x4fcf,
  31. {0x97, 0xeb, 0xaa, 0xd3, 0x3f, 0xc0, 0xee, 0x09}
  32. };
  33. /* 7ae86bb7-262c-431e-9111-c974b6b7cac3 */
  34. const GUID GUID_TFCAT_TIP_SMARTTAG = {
  35. 0x7ae86bb7,
  36. 0x262c,
  37. 0x431e,
  38. {0x91, 0x11, 0xc9, 0x74, 0xb6, 0xb7, 0xca, 0xc3}
  39. };
  40. /* cc33ce20-13c6-4e88-a4b4-78f1b685c762 */
  41. const GUID GUID_TFCAT_PROPSTYLE_CUSTOM_COMPACT = {
  42. 0xcc33ce20,
  43. 0x13c6,
  44. 0x4e88,
  45. {0xa4, 0xb4, 0x78, 0xf1, 0xb6, 0x85, 0xc7, 0x62}
  46. };
  47. /* c0db7b30-7b78-4dac-b52a-5fd61e7b58fa */
  48. const GUID GUID_SERVICE_TEXTSTORE = {
  49. 0xc0db7b30,
  50. 0x7b78,
  51. 0x4dac,
  52. {0xb5, 0x2a, 0x5f, 0xd6, 0x1e, 0x7b, 0x58, 0xfa}
  53. };
  54. /* aabf7f9a-4487-4b2e-8164-e54c5fe19204 */
  55. const GUID GUID_SERVICE_TF = {
  56. 0xaabf7f9a,
  57. 0x4487,
  58. 0x4b2e,
  59. {0x81, 0x64, 0xe5, 0x4c, 0x5f, 0xe1, 0x92, 0x04}
  60. };
  61. /* c0eb60fe-473e-4a0c-be36-52f0bc985473 */
  62. const GUID GUID_COMPARTMENT_ENABLESTATE = {
  63. 0xc0eb60fe,
  64. 0x473e,
  65. 0x4a0c,
  66. {0xbe, 0x36, 0x52, 0xf0, 0xbc, 0x98, 0x54, 0x73}
  67. };
  68. #ifdef __cplusplus
  69. }
  70. #endif