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.

39 lines
706 B

  1. //Copyright (c) 1998 - 1999 Microsoft Corporation
  2. #ifndef _PROP_DLGS_H_
  3. #define _PROP_DLGS_H_
  4. LRW_DLG_INT CALLBACK
  5. PropModeDlgProc(
  6. IN HWND hwnd,
  7. IN UINT uMsg,
  8. IN WPARAM wParam,
  9. IN LPARAM lParam
  10. );
  11. LRW_DLG_INT CALLBACK
  12. PropProgramDlgProc(
  13. IN HWND hwnd,
  14. IN UINT uMsg,
  15. IN WPARAM wParam,
  16. IN LPARAM lParam
  17. );
  18. LRW_DLG_INT CALLBACK
  19. PropCustInfoADlgProc(
  20. IN HWND hwnd,
  21. IN UINT uMsg,
  22. IN WPARAM wParam,
  23. IN LPARAM lParam
  24. );
  25. LRW_DLG_INT CALLBACK
  26. PropCustInfoBDlgProc(
  27. IN HWND hwnd,
  28. IN UINT uMsg,
  29. IN WPARAM wParam,
  30. IN LPARAM lParam
  31. );
  32. #endif //_PROP_DLGS_H_