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.

36 lines
447 B

  1. /*++
  2. Copyright (c) 1998-2001 Microsoft Corporation
  3. Module Name:
  4. countersp.h
  5. Abstract:
  6. Contains the performance monitoring counter management code
  7. Author:
  8. Eric Stenson (ericsten) 25-Sep-2000
  9. Revision History:
  10. --*/
  11. #ifndef __COUNTERSP_H__
  12. #define __COUNTERSP_H__
  13. #ifdef __cplusplus
  14. extern "C" {
  15. #endif
  16. BOOLEAN
  17. UlpIsInSiteCounterList(ULONG SiteId);
  18. #ifdef __cplusplus
  19. }; // extern "C"
  20. #endif
  21. #endif // __COUNTERSP_H__