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.
27 lines
439 B
27 lines
439 B
/*++
|
|
|
|
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
|
|
|