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.

32 lines
453 B

  1. /*++
  2. Copyright (c) 1998-2002 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. BOOLEAN
  14. UlpIsInSiteCounterList(
  15. IN PUL_CONTROL_CHANNEL pControlChannel,
  16. IN ULONG SiteId
  17. );
  18. #endif // __COUNTERSP_H__