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.

89 lines
3.0 KiB

  1. [strings]
  2. ;localized strings
  3. MSFT_HARDWARE = "Groupe de mat�riel Microsoft"
  4. HID\VID_045E&PID_001B.DeviceDesc="Volant Microsoft SideWinder Force Feedback 2"
  5. USB\VID_045E&PID_001B.DeviceDesc="Volant Microsoft SideWinder Force Feedback 2"
  6. HID\VID_045E&PID_0026.DeviceDesc="Bo�tier de commandes Microsoft SideWinder Pro"
  7. USB\VID_045E&PID_0026.DeviceDesc="Bo�tier de commandes Microsoft SideWinder Pro"
  8. HID\VID_045E&PID_0028.DeviceDesc="SideWinder Dual Strike Microsoft"
  9. USB\VID_045E&PID_0028.DeviceDesc="SideWinder Dual Strike Microsoft"
  10. HID\VID_045E&PID_001A.DeviceDesc="Pilotes HID du SideWinder Precision Racing Wheel Microsoft"
  11. USB\VID_045E&PID_001A.DeviceDesc="SideWinder Precision Racing Wheel Microsoft"
  12. HID\VID_045E&PID_0029.DeviceDesc="Pilotes HID du SideWinder Precision Racing Wheel Microsoft"
  13. USB\VID_045E&PID_0029.DeviceDesc="SideWinder Precision Racing Wheel Microsoft"
  14. HID\VID_045E&PID_0033.DeviceDesc="Pilotes Microsoft SideWinder Strategic Commander HID"
  15. USB\VID_045E&PID_0033.DeviceDesc="Microsoft SideWinder Strategic Commander"
  16. HID\VID_045E&PID_0034.DeviceDesc="Volant Microsoft SideWinder Force Feedback (USB)"
  17. USB\VID_045E&PID_0034.DeviceDesc="Volant Microsoft SideWinder Force Feedback (USB)"
  18. HID\VID_045E&PID_0038.DeviceDesc="Pilotes HID du SideWinder Precision 2 Microsoft"
  19. USB\VID_045E&PID_0038.DeviceDesc="Microsoft SideWinder Precision 2"
  20. SideWinderVirtualKeyboard.DeviceDesc = "Clavier virtuel Microsoft SideWinder"
  21. SideWinderVirtualMouse.DeviceDesc = "Souris virtuelle Microsoft SideWinder"
  22. GcKernel.SvcDesc = "Pilote de filtre Microsoft SideWinder Value Add"
  23. SWUSBFLT.SvcDesc = "Pilote de filtre Microsoft SideWinder VIA"
  24. HIDSwvd.SvcDesc = "Minipilote de p�riph�rique Microsoft SideWinder HID virtuel"
  25. ;
  26. ; non localized strings
  27. SWPIDFilterCLSID1 = "{0914ff80-3477-11d3-8cbd-00c04f8eebb9}"
  28. SWPIDFilterCLSID2 = "{db11d351-3bf6-4f2c-a82b-b26cb9676d2b}"
  29. CLSID_ConstantForce = "{13541C20-8E33-11D0-9AD0-00A0C9A06E35}"
  30. CLSID_RampForce = "{13541C21-8E33-11D0-9AD0-00A0C9A06E35}"
  31. CLSID_SquareWave = "{13541C22-8E33-11D0-9AD0-00A0C9A06E35}"
  32. CLSID_SineWave = "{13541C23-8E33-11D0-9AD0-00A0C9A06E35}"
  33. CLSID_TriangeWave = "{13541C24-8E33-11D0-9AD0-00A0C9A06E35}"
  34. CLSID_SawtoothUpWave = "{13541C25-8E33-11D0-9AD0-00A0C9A06E35}"
  35. CLSID_SawtoothDownWave = "{13541C26-8E33-11D0-9AD0-00A0C9A06E35}"
  36. CLSID_SpringForce = "{13541C27-8E33-11D0-9AD0-00A0C9A06E35}"
  37. CLSID_DamperForce = "{13541C28-8E33-11D0-9AD0-00A0C9A06E35}"
  38. CLSID_InertiaForce = "{13541C29-8E33-11D0-9AD0-00A0C9A06E35}"
  39. CLSID_FrictionForce = "{13541C2A-8E33-11D0-9AD0-00A0C9A06E35}"
  40. CLSID_CustomForce = "{13541C2B-8E33-11D0-9AD0-00A0C9A06E35}"
  41. SPSVCINST_TAGTOFRONT = 0x00000001
  42. SPSVCINST_ASSOCSERVICE= 0x00000002
  43. SERVICE_KERNEL_DRIVER = 1
  44. SERVICE_BOOT_START = 0
  45. SERVICE_SYSTEM_START = 1
  46. SERVICE_AUTO_START = 2
  47. SERVICE_DEMAND_START = 3
  48. SERVICE_ERROR_NORMAL = 1
  49. SERVICE_ERROR_IGNORE = 0
  50. REG_EXPAND_SZ = 0x00020000
  51. REG_DWORD = 0x00010001
  52. REG_SZ = 0x00000000
  53. REG_MULTI_SZ = 0x00010000