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.

23 lines
564 B

  1. //--------------------------------------------------------------------------;
  2. //
  3. // File: perfpage.h
  4. //
  5. // Copyright (c) 1997 Microsoft Corporation. All rights reserved
  6. //
  7. //
  8. //--------------------------------------------------------------------------;
  9. #ifndef PERFPAGE_HEADER
  10. #define PERFPAGE_HEADER
  11. #define MAX_HW_LEVEL (3)
  12. #define MAX_SRC_LEVEL (2)
  13. #define DEFAULT_HW_LEVEL (2)
  14. #define DEFAULT_SRC_LEVEL (2)
  15. INT_PTR CALLBACK PerformanceHandler(HWND hDlg, UINT msg, WPARAM wParam, LPARAM lParam);
  16. #endif // PERFPAGE_HEADER