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.

58 lines
970 B

  1. [strings]
  2. MSFT = "Microsoft"
  3. Intel = "Intel"
  4. AMD = "Advanced Micro Devices"
  5. Transmeta = "Transmeta"
  6. Std = "(Standardprocessortyper)"
  7. ProcessorClassName = "Processorer"
  8. Processor.SvcDesc = "Processordrivrutin"
  9. Processor.DeviceDesc = "Processor"
  10. P3.SvcDesc = "Intel PentiumIII-processordrivrutin"
  11. P3.DeviceDesc = "Intel PentiumIII-processor"
  12. AmdK6.SvcDesc = "AMD K6-2-processordrivrutin"
  13. AmdK6.DeviceDesc = "AMD K6-2-processor"
  14. Crusoe.SvcDesc = "Drivrutin f�r Transmeta Crusoe-processor"
  15. Crusoe.DeviceDesc = "Transmeta Crusoe-processor"
  16. AmdK7.SvcDesc = "AMD K7-processordrivrutin"
  17. AmdK7.DeviceDesc = "AMD K7-processor"
  18. SPSVCINST_ASSOCSERVICE= 0x00000002
  19. SERVICE_KERNEL_DRIVER = 1
  20. SERVICE_ERROR_NORMAL = 1
  21. SERVICE_DEMAND_START = 3