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.

19 lines
925 B

  1. [Strings]
  2. Msft = "Microsoft"
  3. MacPrint_Help = "Permet aux utilisateurs de Macintosh d'imprimer � partir de toute imprimante connect�e � ce serveur Windows et de spouler des travaux d'impression pour les imprimantes AppleTalk telles que la LaserWriter."
  4. MacPrint_Desc = "Permet aux clients Macintosh d'envoyer leurs travaux d'impression vers un spouleur sur un ordinateur fonctionnant sous Windows Server. Si ce service est arr�t�, l'impression ne sera plus disponible pour les clients Macintosh. Si ce service est d�sactiv�, tous les services qui en d�pendent explicitement ne pourront pas d�marrer."
  5. MacPrint_Display = "Serveur d'impression pour 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