Source code of Windows XP (NT5)
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.

40 lines
1.1 KiB

  1. /*++
  2. Copyright 2000 Microsoft Corporation
  3. Module Name:
  4. DsCounters.h
  5. Abstract:
  6. Performance counter offset definition file.
  7. These offsets must start at 0 and be even. In the PerfOpen function,
  8. they will be added to the "First Counter" and "First Help" values of the
  9. device they belong to, in order to determine the absolute location of the
  10. counter and object names and corresponding help text in the registry.
  11. This file is used by the perf counter code as wess as the counter name
  12. and help text definition file (.INI) that is used by LODCTR.EXE to load
  13. the names into the registry.
  14. Author:
  15. Arthur Zwiegincew (arthurz) 07-Oct-00
  16. Revision History:
  17. 07-Oct-00 - Created
  18. --*/
  19. #define DSHOWPERF_OBJ 0
  20. #define DSHOWPERF_VIDEO_GLITCHES 2
  21. #define DSHOWPERF_VIDEO_GLITCHES_SEC 4
  22. #define DSHOWPERF_FRAME_RATE 6
  23. #define DSHOWPERF_JITTER 8
  24. #define DSHOWPERF_DSOUND_GLITCHES 10
  25. #define DSHOWPERF_KMIXER_GLITCHES 12
  26. #define DSHOWPERF_PORTCLS_GLITCHES 14
  27. #define DSHOWPERF_USBAUDIO_GLITCHES 16