Windows NT 4.0 source code leak
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.

64 lines
2.4 KiB

5 years ago
  1. /* msvideo.rc
  2. *
  3. * Capture DLL resource script.
  4. *
  5. * (C) Copyright Microsoft Corporation 1991. All rights reserved.
  6. */
  7. #include <windows.h>
  8. #include "msvideo.h"
  9. #include "msvideo.rcv"
  10. #include "icm.rc" // Kludge, copied from compman to inc directory
  11. #include "..\mciwnd.16\strings.rc"
  12. // dont change this without changing DRAWDIB\PROFDISP.C
  13. #define IDS_PROFILING 4000
  14. #define IDS_DISPLAY_WARN 4001
  15. #define IDS_DISPLAY_SUCKS 4002
  16. STRINGTABLE LOADONCALL MOVEABLE DISCARDABLE
  17. BEGIN
  18. DV_ERR_OK "No Error."
  19. DV_ERR_NONSPECIFIC "Unspecified error."
  20. DV_ERR_BADFORMAT "Unsupported video format."
  21. DV_ERR_STILLPLAYING "Device is still playing."
  22. DV_ERR_UNPREPARED "Unprepared header."
  23. DV_ERR_SYNC "Sync error."
  24. DV_ERR_TOOMANYCHANNELS "Device already in use."
  25. DV_ERR_NOTDETECTED "Capture device was not detected."
  26. DV_ERR_BADINSTALL "Capture driver is not installed properly."
  27. DV_ERR_CREATEPALETTE "Palette creation error."
  28. DV_ERR_SIZEFIELD "Structure size incorrect."
  29. DV_ERR_PARAM1 "Param1 invalid."
  30. DV_ERR_PARAM2 "Param2 invalid."
  31. DV_ERR_CONFIG1 "Configuration parameter 1 invalid."
  32. DV_ERR_CONFIG2 "Configuration parameter 2 invalid."
  33. DV_ERR_FLAGS "Flags parameter invalid."
  34. DV_ERR_13 "Error 13."
  35. DV_ERR_NOTSUPPORTED "Unsupported function."
  36. DV_ERR_NOMEM "Out of memory."
  37. DV_ERR_ALLOCATED "Device is already in use."
  38. DV_ERR_BADDEVICEID "Invalid device ID."
  39. DV_ERR_INVALHANDLE "Invalid handle."
  40. DV_ERR_BADERRNUM "Invalid error number."
  41. DV_ERR_NO_BUFFERS "No buffers are available."
  42. DV_ERR_MEM_CONFLICT "Memory conflict / problem detected."
  43. DV_ERR_IO_CONFLICT "I/O address conflict detected."
  44. DV_ERR_DMA_CONFLICT "DMA conflict detected."
  45. DV_ERR_INT_CONFLICT "Interrupt conflict / problem detected."
  46. DV_ERR_PROTECT_ONLY "Driver cannot run in Standard mode, requires Enhanced mode."
  47. //
  48. // strings used by PROFDISP.
  49. //
  50. IDS_PROFILING "Profiling Display"
  51. IDS_DISPLAY_WARN "Warning!"
  52. IDS_DISPLAY_SUCKS "You may encounter display performance problems; please contact the manufacturer of your video board to see if an updated driver is available."
  53. END