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.

52 lines
2.0 KiB

  1. ;----------------------------------------------------------------------------
  2. ; String substitutions
  3. ;----------------------------------------------------------------------------
  4. [Strings]
  5. EqnxSys = "Equinox Systems Inc."
  6. EqnServiceDesc = "Equinox SST Multiport Async Driver"
  7. SstDiskName1 = "Equinox Windows 2000 SST Driver Disk 1"
  8. SST_4_PCI = "Equinox SST-4P PCI Adapter"
  9. SST_8_PCI = "Equinox SST-8P PCI Adapter"
  10. SST_16_PCI = "Equinox SST-16P PCI Adapter"
  11. SST_16_PCI_DB = "Equinox SST-16P PCI Adapter"
  12. SST_16_PCI_RJ = "Equinox SST-16P PCI Adapter"
  13. SST_64_PCI = "Equinox SST-64P PCI Adapter"
  14. SST_128_PCI = "Equinox SST-128P PCI Adapter"
  15. SST_2_ISA_PNP = "Equinox SST-2I ISA/PnP Adapter"
  16. SST_4_ISA_PNP = "Equinox SST-4I ISA/PnP Adapter"
  17. SST_8_ISA_PNP = "Equinox SST-8I ISA/PnP Adapter"
  18. SST_16_ISA_PNP = "Equinox SST-16I ISA/PnP Adapter"
  19. SST_16_ISA_PNP_DB = "Equinox SST-16I ISA/PnP Adapter"
  20. SST_16_ISA_PNP_RJ = "Equinox SST-16I ISA/PnP Adapter"
  21. SST_64_ISA_PNP = "Equinox SST-64I ISA/PnP Adapter"
  22. SST_128_ISA_PNP = "Equinox SST-128I ISA/PnP Adapter"
  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