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.

34 lines
1.2 KiB

  1. /**********************************************************************/
  2. /** Microsoft Windows NT **/
  3. /** Copyright(c) Microsoft Corp., 1993 **/
  4. /**********************************************************************/
  5. /*
  6. w3ctrsp.h
  7. This is a private wrapper file that contains information about the
  8. w3ctrs.h file that does not need to be exposed to the public.
  9. Offset definitions for the W3 Server's counter objects & counters.
  10. These offsets *must* start at 0 and be multiples of 2. In the
  11. W3OpenPerformanceData procecedure, they will be added to the
  12. W3 Server's "First Counter" and "First Help" values in order to
  13. determine the absolute location of the counter & object names
  14. and corresponding help text in the registry.
  15. This file is used by the w3ctrs.DLL code as well as the
  16. w3ctrs.INI definition file. w3ctrs.INI is parsed by the
  17. LODCTR utility to load the object & counter names into the
  18. registry.
  19. FILE HISTORY:
  20. KeithMo 07-Jun-1993 Created.
  21. KestutiP 15-May-1999 Added Service Uptime counters
  22. EmilyK 10-Sept-2000 Altered for IIS 6.0
  23. */
  24. #include "w3ctrs.h"