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.

49 lines
1.4 KiB

  1. #define FLAG_AUTOLAUNCH 0x00000001
  2. #define FLAG_AUTOLOCATIONID 0x00000002
  3. #define FLAG_PROMPTAUTOLOCATIONID 0x00000004
  4. #define FLAG_ANNOUNCEAUTOLOCATIONID 0x00000008
  5. #define FLAG_UPDATEONSTARTUP 0x00000010
  6. BOOL
  7. CALLBACK
  8. GeneralDlgProc(
  9. HWND hWnd,
  10. UINT msg,
  11. WPARAM wParam,
  12. LPARAM lParam
  13. );
  14. #define MAX_CONFIGPROFILES 4
  15. #define IDC_STATIC -1
  16. #define IDD_GENERAL 114
  17. //WARNING GENERAL.C _ASSUMES_ that the defines for the profile comboboxes are
  18. //sequential
  19. #define IDCS_DL_PROFILETEXT 5017
  20. #define IDCB_DL_PROFILE1 5018
  21. #define IDCB_DL_PROFILE2 5019
  22. #define IDCB_DL_PROFILE3 5020
  23. #define IDCB_DL_PROFILE4 5021
  24. //WARNING GENERAL.C _ASSUMES_ that the defines for the profile texts are
  25. //sequential
  26. #define IDCS_DL_PROFILE1 5024
  27. #define IDCS_DL_PROFILE2 5025
  28. #define IDCS_DL_PROFILE3 5026
  29. #define IDCS_DL_PROFILE4 5027
  30. #define IDCK_DL_LAUNCHTAPITNA 6012
  31. #define IDCK_DL_AUTOLOCATIONID 6013
  32. #define IDCK_DL_PROMPTAUTOLOCATIONID 6014
  33. #define IDCK_DL_ANNOUNCEAUTOLOCATIONID 6015
  34. #define IDCK_DL_UPDATEONSTARTUP 6018
  35. #define IDCS_DL_PROMPTAUTOLOCATIONID 6016
  36. #define IDCS_DL_ANNOUNCEAUTOLOCATIONID 6017