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.

18 lines
618 B

  1. [Strings]
  2. Msft = "Microsoft"
  3. MacPrint_Help = "Enables Macintosh users to print to any printer connected to the computer running Windows Server and to spool print jobs for AppleTalk printers such as the LaserWriter."
  4. MacPrint_Desc = "Enables Macintosh users to send print jobs to a spooler on a server running Windows XP."
  5. MacPrint_Display = "Print Server for Macintosh"
  6. FLG_ADDREG_KEYONLY = 0x0010
  7. REG_MULTI_SZ = 0x10000
  8. REG_EXPAND_SZ = 0x20000
  9. REG_DWORD = 0x10001
  10. SERVICE_DEMAND_START = 3
  11. SERVICE_AUTO_START = 2
  12. SERVICE_WIN32_SHARE_PROCESS = 32
  13. SERVICE_FILE_SYSTEM_DRIVER = 2
  14. SERVICE_WIN32_OWN_PROCESS = 16