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.

17 lines
442 B

  1. // ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  2. //
  3. // HTTPXPC.H
  4. //
  5. // Private interface to HTTPEXT perf counters for use by W3SVC.
  6. //
  7. // Copyright 1986-1998 Microsoft Corporation, All Rights Reserved
  8. //
  9. EXTERN_C BOOL __fastcall
  10. W3OpenDavPerformanceData();
  11. EXTERN_C BOOL __fastcall
  12. W3MergeDavPerformanceData( DWORD dwServerId, W3_STATISTICS_1 * pW3Stats );
  13. EXTERN_C VOID __fastcall
  14. W3CloseDavPerformanceData();