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.

86 lines
2.9 KiB

  1. ;****************************************************************************************************
  2. ; Localizable Strings
  3. ;****************************************************************************************************
  4. [Strings]
  5. Digi_Int="Digi International"
  6. V_IBM="IBM"
  7. Digifep5.ServiceDesc="Digi AccelePort FEP5 Serial Driver"
  8. Dgapci.ServiceDesc="Digi AccelePort FEP5 Bus Driver"
  9. DigiPCI8r.DeviceDesc="Digi AccelePort 8r EIA-232 PCI"
  10. DigiPCI4r.DeviceDesc="Digi AccelePort 4r EIA-232 PCI"
  11. DigiPCI8r422.DeviceDesc="Digi AccelePort 8r EIA-422 PCI"
  12. DigiPCI4r422.DeviceDesc="Digi AccelePort 4r EIA-422 PCI"
  13. DigiPCI8r920.DeviceDesc="Digi AccelePort 8r 920 PCI"
  14. DigiPCI4r920.DeviceDesc="Digi AccelePort 4r 920 PCI"
  15. DigiPCI2r920.DeviceDesc="Digi AccelePort 2r 920 PCI"
  16. DigiPCIXr.DeviceDesc="Digi AccelePort Xr EIA-232 PCI"
  17. DigiPCIXr422.DeviceDesc="Digi AccelePort Xr EIA-422 PCI"
  18. DigiPCIXem.DeviceDesc="Digi AccelePort Xem-PCI"
  19. DigiPCICX.DeviceDesc="Digi AccelePort C/X-PCI"
  20. DigiPCIEPC.DeviceDesc="Digi AccelePort EPC/X-PCI"
  21. IBMPCI8r.DeviceDesc="IBM 8-Port EIA-232/RS-422A (PCI)"
  22. IBMPCICX.DeviceDesc="IBM 128-Port Async (PCI)"
  23. ;*******************************************
  24. ;Handy macro substitutions (non-localizable)
  25. ;*******************************************
  26. SPSVCINST_ASSOCSERVICE = 0x00000002
  27. ;; Driver start code
  28. ;;SERVICE_BOOT_START = 0 ;; Driver started by the operating system loader.
  29. ;;SERVICE_SYSTEM_START = 1 ;; Driver started during OS initialization.
  30. ;;SERVICE_AUTO_START = 2 ;; Driver started by the Service Control Manager during system startup.
  31. SERVICE_DEMAND_START = 3 ;; Driver started on demand by the Service Control Manager.
  32. ;;SERVICE_DISABLED = 4 ;; Indicates a driver that cannot be started.
  33. ;; Error control level
  34. ;;SERVICE_ERROR_CRITICAL = 3
  35. ;;SERVICE_ERROR_SEVERE = 2
  36. SERVICE_ERROR_NORMAL = 1
  37. ;;SERVICE_ERROR_IGNORE = 0
  38. SERVICE_KERNEL_DRIVER = 0x1
  39. ;;SERVICE_FILE_SYSTEM_DRIVER = 0x2
  40. ;;SERVICE_ADAPTER = 0x4
  41. REG_EXPAND_SZ = 0x00020000
  42. REG_DWORD = 0x00010001
  43. REG_DWORD_NOCLOBBER = 0x00010003
  44. REG_MULTI_SZ = 0x00010000
  45. ;;COPYFLG_REPLACEONLY = 0x00000040
  46. ;;BUSTYPE_ISA = 1
  47. ;;BUSTYPE_EISA = 2
  48. ;;BUSTYPE_MCA = 3
  49. BUSTYPE_PCI = 5
  50. ;;DIGI_PC8E = 0
  51. ;;DIGI_PC8I = 1
  52. DIGI_PCXEM = 2
  53. DIGI_CX = 3
  54. ;;DIGI_2PORT = 4
  55. ;;DIGI_PC4E = 5
  56. ;;DIGI_4PORT = 6
  57. ;;DIGI_8PORT = 7
  58. ;;DIGI_PC16E = 8
  59. ;;DIGI_PC16I = 9
  60. ;;DIGI_MC4I = 10
  61. DIGI_EPC = 11
  62. ;;IBM_8PORT = 13
  63. DIGI_8R = 14
  64. DIGI_4R = 15
  65. DIGI_8R920 = 16
  66. DIGI_4R920 = 17
  67. DIGI_XR = 18
  68. ;;DIGI_AVANSTAR = 19
  69. IBM_8PORT_232422 = 20
  70. IBM_CX = 21
  71. DIGI_2R920 = 22