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.

52 lines
1.9 KiB

  1. ;----------------------------------------------------------------------------
  2. ; String substitutions
  3. ;----------------------------------------------------------------------------
  4. [Strings]
  5. EqnxSys = "Equinox Systems Inc."
  6. EqnServiceDesc = "Driver Equinox SST Multiport Async"
  7. SstDiskName1 = "Driver Equinox SST per Windows 2000, disco 1"
  8. SST_4_PCI = "Scheda PCI Equinox SST-4P"
  9. SST_8_PCI = "Scheda Equinox SST-8P PCI"
  10. SST_16_PCI = "Scheda PCI Equinox SST-16P"
  11. SST_16_PCI_DB = "Scheda PCI Equinox SST-16P"
  12. SST_16_PCI_RJ = "Scheda PCI Equinox SST-16P"
  13. SST_64_PCI = "Scheda PCI Equinox SST-64P"
  14. SST_128_PCI = "Scheda PCI Equinox SST-128P"
  15. SST_2_ISA_PNP = "Scheda Equinox SST-2I ISA/PnP"
  16. SST_4_ISA_PNP = "Scheda Equinox SST-4I ISA/PnP"
  17. SST_8_ISA_PNP = "Scheda Equinox SST-8I ISA/PnP"
  18. SST_16_ISA_PNP = "Scheda Equinox SST-16I ISA/PnP"
  19. SST_16_ISA_PNP_DB = "Scheda Equinox SST-16I ISA/PnP"
  20. SST_16_ISA_PNP_RJ = "Scheda Equinox SST-16I ISA/PnP"
  21. SST_64_ISA_PNP = "Scheda Equinox SST-64I ISA/PnP"
  22. SST_128_ISA_PNP = "Scheda Equinox SST-128I ISA/PnP"
  23. REG_SZ = 0x00000000
  24. REG_DWORD = 0x00010001
  25. REG_EXPAND_SZ = 0x00020000
  26. SERVICE_KERNEL_DRIVER = 0x00000001
  27. SERVICE_FILE_SYSTEM_DRIVER = 0x00000002
  28. SERVICE_ADAPTER = 0x00000004
  29. SERVICE_RECOGNIZER_DRIVER = 0x00000008
  30. SERVICE_WIN32_OWN_PROCESS = 0x00000010
  31. SERVICE_WIN32_SHARE_PROCESS = 0x00000020
  32. SERVICE_INTERACTIVE_PROCESS = 0x00000100
  33. SERVICE_BOOT_START = 0x00000000
  34. SERVICE_SYSTEM_START = 0x00000001
  35. SERVICE_AUTO_START = 0x00000002
  36. SERVICE_DEMAND_START = 0x00000003
  37. SERVICE_DISABLED = 0x00000004
  38. SERVICE_ERROR_IGNORE = 0x00000000
  39. SERVICE_ERROR_NORMAL = 0x00000001
  40. SERVICE_ERROR_SEVERE = 0x00000002
  41. SERVICE_ERROR_CRITICAL = 0x00000003