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.

27 lines
439 B

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