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
1.1 KiB

  1. //--------------------------------------------------------------------------;
  2. //
  3. // File: cdopti.h (internal to this module)
  4. //
  5. // CD Player Plus! options Dialog.
  6. //
  7. // Copyright (c) 1998 Microsoft Corporation. All rights reserved
  8. //
  9. //--------------------------------------------------------------------------;
  10. #ifndef _CDOPTINTERNAL_PUBLICINTEFACES_
  11. #define _CDOPTINTERNAL_PUBLICINTEFACES_
  12. #include "optres.h"
  13. #include "cdopt.h"
  14. // Intro time range (for CDOPTS.dwIntroTime)
  15. #define CDINTRO_MIN_TIME (1)
  16. #define CDINTRO_MAX_TIME (20)
  17. // Default values
  18. #define CDDEFAULT_INTRO (5)
  19. #define CDDEFAULT_DISP CDDISP_TRACKTIME
  20. #define CDDEFAULT_START TRUE
  21. #define CDDEFAULT_EXIT TRUE
  22. #define CDDEFAULT_TOP FALSE
  23. #define CDDEFAULT_TRAY FALSE
  24. #define CDDEFAULT_PLAY (0)
  25. #define CDDEFAULT_DOWNLOADENABLED TRUE
  26. #define CDDEFAULT_DOWNLOADPROMPT TRUE
  27. #define CDDEFAULT_BATCHENABLED TRUE
  28. #define CDDEFAULT_BYARTIST FALSE
  29. #define CDDEFAULT_CONFIRMUPLOAD TRUE
  30. #endif //_CDOPTINTERNAL_PUBLICINTEFACES_