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.

18 lines
498 B

  1. //+------------------------------------------------------------
  2. //
  3. // Copyright (C) 1999, Microsoft Corporation
  4. //
  5. // File: phatqcat.h
  6. //
  7. // Contents: Categorizer related definitions used outside of phatq code
  8. //
  9. // History:
  10. // jstamerj 1999/08/31 16:34:54: Created.
  11. //
  12. //-------------------------------------------------------------
  13. //
  14. // The guid for creating a CSMTPCategorizer object
  15. //
  16. DEFINE_GUID(CLSID_PhatQCat,
  17. 0xad8a7977, 0xa7b8, 0x41ca, 0xbe, 0x5e, 0xf5, 0xa9, 0x5e, 0x64, 0x15, 0x51);