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.

56 lines
2.0 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_IDS_PROFILING L"Profiling Display"
  14. DV_IDS_LISTBOX L"ListBox"
  15. DV_ERR_OK L"No Error."
  16. DV_ERR_NONSPECIFIC L"Unspecified error."
  17. DV_ERR_BADFORMAT L"Unsupported video format."
  18. DV_ERR_STILLPLAYING L"Device is still playing."
  19. DV_ERR_UNPREPARED L"Unprepared header."
  20. DV_ERR_SYNC L"Sync error."
  21. DV_ERR_TOOMANYCHANNELS L"Device already in use."
  22. DV_ERR_NOTDETECTED L"Capture device was not detected."
  23. DV_ERR_BADINSTALL L"Capture driver is not installed properly."
  24. DV_ERR_CREATEPALETTE L"Palette creation error."
  25. DV_ERR_SIZEFIELD L"Structure size incorrect."
  26. DV_ERR_PARAM1 L"Param1 invalid."
  27. DV_ERR_PARAM2 L"Param2 invalid."
  28. DV_ERR_CONFIG1 L"Configuration parameter 1 invalid."
  29. DV_ERR_CONFIG2 L"Configuration parameter 2 invalid."
  30. DV_ERR_FLAGS L"Flags parameter invalid."
  31. DV_ERR_13 L"Error 13."
  32. DV_ERR_NOTSUPPORTED L"Unsupported function."
  33. DV_ERR_NOMEM L"Out of memory."
  34. DV_ERR_ALLOCATED L"Device is already in use."
  35. DV_ERR_BADDEVICEID L"Invalid device ID."
  36. DV_ERR_INVALHANDLE L"Invalid handle."
  37. DV_ERR_BADERRNUM L"Invalid error number."
  38. DV_ERR_NO_BUFFERS L"No buffers are available."
  39. DV_ERR_MEM_CONFLICT L"Memory conflict / problem detected."
  40. DV_ERR_IO_CONFLICT L"I/O address conflict detected."
  41. DV_ERR_DMA_CONFLICT L"DMA conflict detected."
  42. DV_ERR_INT_CONFLICT L"Interrupt conflict / problem detected."
  43. DV_ERR_PROTECT_ONLY L"Driver cannot run in Standard mode, requires Enhanced mode."
  44. END