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.

36 lines
641 B

  1. /******************************Module*Header*******************************\
  2. * Module Name: preferen.h
  3. *
  4. * Code to support the preferneces dialog box.
  5. *
  6. *
  7. * Created: dd-mm-94
  8. * Author: Stephen Estrop [StephenE]
  9. *
  10. * Copyright (c) 1994 Microsoft Corporation
  11. \**************************************************************************/
  12. BOOL CALLBACK
  13. PreferencesDlgProc(
  14. HWND hwnd,
  15. UINT message,
  16. WPARAM wParam,
  17. LPARAM lParam
  18. );
  19. BOOL
  20. Preferences_OnInitDialog(
  21. HWND hwnd,
  22. HWND hwndFocus,
  23. LPARAM lParam
  24. );
  25. void
  26. Preferences_OnCommand(
  27. HWND hwnd,
  28. int id,
  29. HWND hwndCtl,
  30. UINT codeNotify
  31. );