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.

40 lines
1.4 KiB

  1. [Strings]
  2. Msft = "Microsoft"
  3. SimpTcp_Name = "Eenvoudige TCP/IP-services"
  4. SimpTcp_Desc = "Hiermee wordt ondersteuning geboden voor de volgende TCP/IP-services: Character Generator, Daytime Discard, Echo en Quote of the Day."
  5. SimpTcp_HELP = "Clienttoepassingen voor eenvoudige netwerkprotocollen inclusief, Character Generator, Daytime, Discard, Echo en Quote of the Day."
  6. ; ServiceType values
  7. SERVICE_KERNEL_DRIVER = 0x00000001
  8. SERVICE_FILE_SYSTEM_DRIVER = 0x00000002
  9. SERVICE_ADAPTER = 0x00000004
  10. SERVICE_RECOGNIZER_DRIVER = 0x00000008
  11. SERVICE_WIN32_OWN_PROCESS = 0x00000010
  12. SERVICE_WIN32_SHARE_PROCESS = 0x00000020
  13. SERVICE_INTERACTIVE_PROCESS = 0x00000100
  14. SERVICE_INTERACTIVE_SHARE_PROCESS = 0x00000120
  15. ; StartType values
  16. SERVICE_BOOT_START = 0x00000000
  17. SERVICE_SYSTEM_START = 0x00000001
  18. SERVICE_AUTO_START = 0x00000002
  19. SERVICE_DEMAND_START = 0x00000003
  20. SERVICE_DISABLED = 0x00000004
  21. ; ErrorControl values
  22. SERVICE_ERROR_IGNORE = 0x00000000
  23. SERVICE_ERROR_NORMAL = 0x00000001
  24. SERVICE_ERROR_SEVERE = 0x00000002
  25. SERVICE_ERROR_CRITICAL = 0x00000003
  26. ; Registry types
  27. REG_MULTI_SZ = 0x10000
  28. REG_EXPAND_SZ = 0x20000
  29. REG_DWORD = 0x10001
  30. FLG_ADDREG_KEYONLY = 0x00000010