19 lines
516 B
C
19 lines
516 B
C
//+------------------------------------------------------------
|
|
//
|
|
// Copyright (C) 1999, Microsoft Corporation
|
|
//
|
|
// File: phatqcat.h
|
|
//
|
|
// Contents: Categorizer related definitions used outside of phatq code
|
|
//
|
|
// History:
|
|
// jstamerj 1999/08/31 16:34:54: Created.
|
|
//
|
|
//-------------------------------------------------------------
|
|
|
|
//
|
|
// The guid for creating a CSMTPCategorizer object
|
|
//
|
|
DEFINE_GUID(CLSID_PhatQCat,
|
|
0xad8a7977, 0xa7b8, 0x41ca, 0xbe, 0x5e, 0xf5, 0xa9, 0x5e, 0x64, 0x15, 0x51);
|