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.

99 lines
3.6 KiB

  1. /*:
  2. @*: This file is organized into two main blocks. The first block contains
  3. @*: code (non-string) sections which are specific to languages. Please put
  4. @*: the code sections in the correct language.
  5. @*: The second block is reserved for [Strings] which localizers will be
  6. @*: working with. It is further divided using "#if LANGUAGE ==" for language
  7. @*: specific strings. For strings which are common to all languages
  8. @*: place outside the #ifs.
  9. @*:
  10. @*: This file is first precompiled with LANGUAGE_ID
  11. @*: set to the language (see inf\win4\inf\makefile.inc for details).
  12. @*: For example, for usa builds, the sections under #if LANGUAGE == 0x409
  13. @*: will appear.
  14. @*:
  15. @*: Important: To support locstudio, this file contains only ONE [Strings] section.
  16. @*:
  17. @*/
  18. #if LANGUAGE_ID != 0x804 && LANGUAGE_ID != 0x404 && LANGUAGE_ID != 0x411 && LANGUAGE_ID != 0x412
  19. // This section is for non-FE (chs,cht,jpn,kor) builds. So english, german, ...
  20. #elif LANGUAGE_ID == 0x804
  21. //CHS specific sections
  22. #elif LANGUAGE_ID == 0x404
  23. //CHT specific sections
  24. #elif LANGUAGE_ID == 0x411
  25. //JPN specific sections
  26. #elif LANGUAGE_ID == 0x412
  27. //KOR specific sections
  28. #endif
  29. // String section below for localizers
  30. [Strings]
  31. Msft = "Philips Semiconductors"
  32. MfgName = "Philips"
  33. PhilTune.CLSID ="{17CCA71B-ECD7-11D0-B908-00A0C9223196}" ; KsProxy.ax's ID, REQUIRED
  34. PhilTune.DeviceDesc = "Philips WDM TVTuner"
  35. PhilTune.FriendlyName = "Philips TV Tuner"
  36. PhilTune.Tuner = "PhilTune.Tuner"
  37. KSNAME_Filter = "{9B365890-165F-11D0-A195-0020AFD156E4}"
  38. SvcDesc = "Philips TV Tuner"
  39. ;
  40. ; The following items should be moved to KS_registration - TCP
  41. ;
  42. Plugin_BdaDevice ="BDA Device Control Plug-in"
  43. BDAcatID ="{FD0A5AF4-B41D-11d2-9C95-00C04F7971E0}"
  44. AMcatID ="{DA4E3DA0-D07D-11d0-BD50-00A0C911CE86}"
  45. BDAReceivers ="BDA Streaming Receiver Components"
  46. MediaCategories ="SYSTEM\CurrentControlSet\Control\MediaCategories"
  47. Pin.BdaTransport ="BDA Transport Stream"
  48. GUID.BdaTransport ="{78216A81-CFA8-493e-9711-36A61C08BD9D}"
  49. GUID.BdaDeviceControl ="{FD0A5AF3-B41D-11d2-9C95-00C04F7971E0}"
  50. ;
  51. ; ServiceType values
  52. SERVICE_KERNEL_DRIVER = 0x00000001
  53. SERVICE_FILE_SYSTEM_DRIVER = 0x00000002
  54. SERVICE_ADAPTER = 0x00000004
  55. SERVICE_RECOGNIZER_DRIVER = 0x00000008
  56. SERVICE_WIN32_OWN_PROCESS = 0x00000010
  57. SERVICE_WIN32_SHARE_PROCESS = 0x00000020
  58. SERVICE_INTERACTIVE_PROCESS = 0x00000100
  59. SERVICE_INTERACTIVE_SHARE_PROCESS = 0x00000120
  60. ; StartType values
  61. SERVICE_BOOT_START = 0x00000000
  62. SERVICE_SYSTEM_START = 0x00000001
  63. SERVICE_AUTO_START = 0x00000002
  64. SERVICE_DEMAND_START = 0x00000003
  65. SERVICE_DISABLED = 0x00000004
  66. ; ErrorControl values
  67. SERVICE_ERROR_IGNORE = 0x00000000
  68. SERVICE_ERROR_NORMAL = 0x00000001
  69. SERVICE_ERROR_SEVERE = 0x00000002
  70. SERVICE_ERROR_CRITICAL = 0x00000003
  71. ; Characteristic flags
  72. NCF_VIRTUAL = 0x0001
  73. NCF_WRAPPER = 0x0002
  74. NCF_PHYSICAL = 0x0004
  75. NCF_HIDDEN = 0x0008
  76. NCF_NO_SERVICE = 0x0010
  77. NCF_NOT_USER_REMOVABLE = 0x0020
  78. NCF_HAS_UI = 0x0080
  79. NCF_MODEM = 0x0100
  80. ; Registry types
  81. REG_MULTI_SZ = 0x10000
  82. REG_EXPAND_SZ = 0x20000
  83. REG_DWORD = 0x10001
  84. ; Win9x Compatible Types
  85. REG_BINARY = 17
  86. REG_SZ = 0
  87. ; Service install flags
  88. SPSVCINST_TAGTOFRONT = 0x1
  89. SPSVCINST_ASSOCSERVICE = 0x2