2025-04-27 07:49:33 -04:00

28 lines
439 B
C

/*++
Copyright (c) 1998 Microsoft Corporation
Module Name:
PassportPerfDefs.h
Abstract:
Shared Memory segment name definitions
Author:
Christopher Bergh (cbergh) 10-Sept-1988
Revision History:
- added multi-object support 1-Oct-98
--*/
#if !defined(PASSPORTPERFDEFS_H)
#define PASSPORTPERFDEFS_H
const TCHAR PASSPORT_PERF_BLOCK[] = _T("PMCountersFileBlock");
#endif