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

/*++
Copyright (c) 1998 Microsoft Corporation
Module Name:
PMAlertsDefs.h
Abstract:
Defines the Registry Key used by the PMAlerts.dll
Author:
Christopher Bergh (cbergh) 14-Oct-1988
Revision History:
--*/
#if !defined(PMALERTSDEFS_H)
#define PMALERTSDEFS_H
//
// defs
//
const TCHAR PM_ALERTS_REGISTRY_KEY[] = _T("PassportManager");
#endif