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.

48 lines
1.6 KiB

  1. [Strings]
  2. Msft = "Microsoft"
  3. FPNWTools_Desc = "File and Print Services for NetWare Administrative Tools"
  4. FPNWTools_Help = "File and Print Services for NetWare Administrative Tools"
  5. ; ServiceType values
  6. SERVICE_KERNEL_DRIVER = 0x00000001
  7. SERVICE_FILE_SYSTEM_DRIVER = 0x00000002
  8. SERVICE_ADAPTER = 0x00000004
  9. SERVICE_RECOGNIZER_DRIVER = 0x00000008
  10. SERVICE_WIN32_OWN_PROCESS = 0x00000010
  11. SERVICE_WIN32_SHARE_PROCESS = 0x00000020
  12. SERVICE_INTERACTIVE_PROCESS = 0x00000100
  13. SERVICE_INTERACTIVE_SHARE_PROCESS = 0x00000120
  14. ; Some standard defines
  15. REG_MULTI_SZ = 0x10000
  16. REG_EXPAND_SZ = 0x20000
  17. REG_DWORD = 0x10001
  18. FLG_ADDREG_KEYONLY = 0x0010
  19. ; StartType values
  20. SERVICE_BOOT_START = 0x00000000
  21. SERVICE_SYSTEM_START = 0x00000001
  22. SERVICE_AUTO_START = 0x00000002
  23. SERVICE_DEMAND_START = 0x00000003
  24. SERVICE_DISABLED = 0x00000004
  25. ; ErrorControl values
  26. SERVICE_ERROR_IGNORE = 0x00000000
  27. SERVICE_ERROR_NORMAL = 0x00000001
  28. SERVICE_ERROR_SEVERE = 0x00000002
  29. SERVICE_ERROR_CRITICAL = 0x00000003
  30. ; Characteristic flags
  31. NCF_VIRTUAL = 0x0001
  32. NCF_WRAPPER = 0x0002
  33. NCF_PHYSICAL = 0x0004
  34. NCF_HIDDEN = 0x0008
  35. NCF_NO_SERVICE = 0x0010
  36. NCF_NOT_USER_REMOVABLE = 0x0020
  37. NCF_HAS_UI = 0x0080
  38. NCF_MODEM = 0x0100