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.

50 lines
608 B

  1. [Strings]
  2. CPQ = "Compaq"
  3. CPQPCI.DeviceDesc = "Compaq PCI Hot Plug Controller"
  4. HFLTPCI.DeviceDesc = "PCI Hot Plug Controller"
  5. ;*******************************************
  6. ;Handy macro substitutions (non-localizable)
  7. COPYFLG_NOSKIP = 0x00000002
  8. COPYFLG_NOVERSIONCHECK = 0x00000004
  9. SPSVCINST_ASSOCSERVICE = 0x00000002
  10. SERVICE_KERNEL_DRIVER = 1
  11. SERVICE_BOOT_START = 0
  12. SERVICE_SYSTEM_START = 1
  13. SERVICE_ERROR_NORMAL = 1
  14. REG_SZ = 0x00000000
  15. REG_EXPAND_SZ = 0x00020000
  16. REG_DWORD = 0x00010001
  17. REG_MULTI_SZ = 0x00010000