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
549 B

  1. [strings]
  2. MSFT = "Microsoft"
  3. MemoryClassName = "Memory devices"
  4. *pnp0c80.DeviceDesc = "Memory Module"
  5. PNPMEM.SvcDesc = "Microsoft Memory Module Driver"
  6. SPSVCINST_TAGTOFRONT = 0x00000003
  7. SPSVCINST_ASSOCSERVICE= 0x00000002
  8. SERVICE_KERNEL_DRIVER = 1
  9. SERVICE_BOOT_START = 0
  10. SERVICE_SYSTEM_START = 1
  11. SERVICE_DEMAND_START = 3
  12. SERVICE_ERROR_NORMAL = 1
  13. SERVICE_ERROR_IGNORE = 0
  14. REG_EXPAND_SZ = 0x00020000
  15. REG_DWORD = 0x00010001
  16. REG_SZ = 0x00000000