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.

35 lines
516 B

  1. /*++
  2. Microsoft Confidential
  3. Copyright (c) 1992-1997 Microsoft Corporation
  4. All rights reserved
  5. Module Name:
  6. advanced.h
  7. Abstract:
  8. Public declarations for the Advanced tab of the System Control Panel
  9. Applet.
  10. Author:
  11. Scott Hallock (scotthal) 15-Oct-1997
  12. --*/
  13. #ifndef _SYSDM_ADVANCED_H_
  14. #define _SYSDM_ADVANCED_H_
  15. INT_PTR
  16. APIENTRY
  17. AdvancedDlgProc(
  18. IN HWND hDlg,
  19. IN UINT uMsg,
  20. IN WPARAM wParam,
  21. IN LPARAM lParam
  22. );
  23. void DoPerformancePS(HWND hDlg);
  24. #endif // _SYSDM_ADVANCED_H_