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
587 B
18 lines
587 B
//////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Copyright (C) 2000 Microsoft Corporation
|
|
//
|
|
// Module Name:
|
|
// AlertEmailProviderGuid.h
|
|
//
|
|
// Description:
|
|
// Guid definition of Alert->Email event consumer provider.
|
|
//
|
|
// History:
|
|
// Xing Jin (i-xingj) 23-Dec-2000
|
|
//
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
// {8B95D170-3890-4dc4-8796-1CE073CD1C58}
|
|
DEFINE_GUID(CLSID_AlertEmailConsumerProvider,
|
|
0x8b95d170, 0x3890, 0x4dc4, 0x87, 0x96, 0x1c, 0xe0, 0x73, 0xcd, 0x1c, 0x58);
|