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
482 B

  1. #include "basepch.h"
  2. #pragma hdrstop
  3. #include <prsht.h>
  4. #include <setupapi.h>
  5. #include <syssetup.h>
  6. static
  7. DWORD
  8. SetupChangeFontSize(
  9. HWND Window,
  10. PCWSTR SizeSpec)
  11. {
  12. return ERROR_NOT_ENOUGH_MEMORY;
  13. }
  14. //
  15. // !! WARNING !! The entries below must be in alphabetical order, and are CASE SENSITIVE (eg lower case comes last!)
  16. //
  17. DEFINE_PROCNAME_ENTRIES(syssetup)
  18. {
  19. DLPENTRY(SetupChangeFontSize)
  20. };
  21. DEFINE_PROCNAME_MAP(syssetup);