Leaked source code of windows server 2003
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.

53 lines
1.8 KiB

  1. /* VIDEO.rc
  2. *
  3. * Capture DLL resource script.
  4. *
  5. * (C) Copyright Microsoft Corporation 1991. All rights reserved.
  6. */
  7. #include <windows.h>
  8. #include <aviver.h>
  9. #include <vfw.h>
  10. #include "video.rcv"
  11. STRINGTABLE
  12. BEGIN
  13. DV_ERR_OK "No Error."
  14. DV_ERR_NONSPECIFIC "Unspecified error."
  15. DV_ERR_BADFORMAT "Unsupported video format."
  16. DV_ERR_STILLPLAYING "Device is still playing."
  17. DV_ERR_UNPREPARED "Unprepared header."
  18. DV_ERR_SYNC "Sync error."
  19. DV_ERR_TOOMANYCHANNELS "Device already in use."
  20. DV_ERR_NOTDETECTED "Capture device was not detected."
  21. DV_ERR_BADINSTALL "Capture driver is not installed properly."
  22. DV_ERR_CREATEPALETTE "Palette creation error."
  23. DV_ERR_SIZEFIELD "Structure size incorrect."
  24. DV_ERR_PARAM1 "Param1 invalid."
  25. DV_ERR_PARAM2 "Param2 invalid."
  26. DV_ERR_CONFIG1 "Configuration parameter 1 invalid."
  27. DV_ERR_CONFIG2 "Configuration parameter 2 invalid."
  28. DV_ERR_FLAGS "Flags parameter invalid."
  29. DV_ERR_13 "Error 13."
  30. DV_ERR_NOTSUPPORTED "Unsupported function."
  31. DV_ERR_NOMEM "Out of memory."
  32. DV_ERR_ALLOCATED "Device is already in use."
  33. DV_ERR_BADDEVICEID "Invalid device ID."
  34. DV_ERR_INVALHANDLE "Invalid handle."
  35. DV_ERR_BADERRNUM "Invalid error number."
  36. DV_ERR_NO_BUFFERS "No buffers are available."
  37. DV_ERR_MEM_CONFLICT "Memory conflict / problem detected."
  38. DV_ERR_IO_CONFLICT "I/O address conflict detected."
  39. DV_ERR_DMA_CONFLICT "DMA conflict detected."
  40. DV_ERR_INT_CONFLICT "Interrupt conflict / problem detected."
  41. DV_ERR_PROTECT_ONLY "Driver cannot run in Standard mode, requires Enhanced mode."
  42. END