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.

31 lines
416 B

  1. /*++
  2. Copyright (c) 1998 Microsoft Corporation
  3. Module Name:
  4. PMAlertsDefs.h
  5. Abstract:
  6. Defines the Registry Key used by the PMAlerts.dll
  7. Author:
  8. Christopher Bergh (cbergh) 14-Oct-1988
  9. Revision History:
  10. --*/
  11. #if !defined(PMALERTSDEFS_H)
  12. #define PMALERTSDEFS_H
  13. //
  14. // defs
  15. //
  16. const TCHAR PM_ALERTS_REGISTRY_KEY[] = _T("PassportManager");
  17. #endif