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.

30 lines
664 B

  1. /*++ BUILD Version: 0001 // Increment this if a change has global effects
  2. Copyright (c) 1998-1999 Microsoft Corporation
  3. Module Name:
  4. PerfUtil.h
  5. Abstract:
  6. Header file for performance utility functions
  7. --*/
  8. #ifndef _PERFUTIL_H_
  9. #define _PERFUTIL_H_
  10. // Definitions for utility functions
  11. #define QUERY_GLOBAL 1
  12. #define QUERY_ITEMS 2
  13. #define QUERY_FOREIGN 3
  14. #define QUERY_COSTLY 4
  15. // Delcare prototypes for utility functions
  16. void convertIndices(BYTE *, int, DWORD, DWORD);
  17. DWORD GetQueryType(IN LPWSTR);
  18. BOOL IsNumberInUnicodeList(DWORD, LPWSTR);
  19. VOID CorrectInstanceName(PWCHAR);
  20. #endif // _PERFUTIL_H_