Leaked source code of windows server 2003
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

  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (C) 2000 Microsoft Corporation
  4. //
  5. // Module Name:
  6. // AlertEmailProviderGuid.h
  7. //
  8. // Description:
  9. // Guid definition of Alert->Email event consumer provider.
  10. //
  11. // History:
  12. // Xing Jin (i-xingj) 23-Dec-2000
  13. //
  14. //////////////////////////////////////////////////////////////////////////////
  15. // {8B95D170-3890-4dc4-8796-1CE073CD1C58}
  16. DEFINE_GUID(CLSID_AlertEmailConsumerProvider,
  17. 0x8b95d170, 0x3890, 0x4dc4, 0x87, 0x96, 0x1c, 0xe0, 0x73, 0xcd, 0x1c, 0x58);