32 lines
416 B
C
32 lines
416 B
C
/*++
|
|
|
|
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
|
|
|