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.

122 lines
2.3 KiB

  1. LIBRARY SYSSETUP
  2. EXPORTS
  3. ;
  4. ; Entry point from inf
  5. ;
  6. InstallWindowsNt
  7. ;
  8. ; Other misc entry points
  9. ;
  10. UpgradePrinters
  11. SetupChangeLocale
  12. SetupChangeLocaleEx
  13. SetupCreateOptionalComponentsPage
  14. SetupChangeFontSize
  15. SetupInfObjectInstallActionW = SETUPAPI.InstallHinfSectionW
  16. RepairStartMenuItems
  17. ViewSetupActionLog
  18. InvokeExternalApplicationEx
  19. GenerateName
  20. ;
  21. ; Testing
  22. ;
  23. InitializeSetupLog
  24. TerminateSetupLog
  25. ReportError
  26. PnPInitializationThread
  27. SetupAddOrRemoveTestCertificate
  28. MigrateExceptionPackages
  29. DoInstallComponentInfs
  30. ;
  31. ; PnP Device Install entry point
  32. ;
  33. DevInstallW
  34. ;
  35. ; 'Built-in' class installers
  36. ;
  37. MouseClassInstaller
  38. KeyboardClassInstaller
  39. TapeClassInstaller
  40. ScsiClassInstaller
  41. HdcClassInstaller
  42. VolumeClassInstaller
  43. NtApmClassInstaller
  44. DeviceBayClassInstaller
  45. ;
  46. ; co-device installers
  47. ;
  48. StorageCoInstaller
  49. CriticalDeviceCoInstaller
  50. EisaUpHalCoInstaller
  51. ;
  52. ; 'Built-in' class property page providers
  53. ;
  54. CdromPropPageProvider
  55. DiskPropPageProvider
  56. TapePropPageProvider
  57. LegacyDriverPropPageProvider
  58. PS2MousePropPageProvider
  59. EisaUpHalPropPageProvider
  60. ;
  61. ; super hack to allow sfc to log errors
  62. ;
  63. pSetuplogSfcError
  64. ;
  65. ; exception package entrypoints
  66. ;
  67. SetupRegisterOsComponent
  68. SetupUnRegisterOsComponent
  69. SetupEnumerateRegisteredOsComponents
  70. SetupQueryRegisteredOsComponent
  71. SetupQueryRegisteredOsComponentsOrder
  72. SetupSetRegisteredOsComponentsOrder
  73. ;
  74. ; OOBE support
  75. ;
  76. SetupOobeInit
  77. SetupOobeCleanup
  78. SetupGetProductType
  79. SetupPidGen3
  80. SetupGetValidEula
  81. SetupGetLocaleOptions
  82. SetupGetGeoOptions
  83. SetupGetKeyboardOptions
  84. SetupDestroyLanguageList
  85. SetupSetIntlOptions
  86. CreateLocalUserAccount
  87. CreateLocalAdminAccount
  88. SetupGetSetupInfo
  89. SetupSetSetupInfo
  90. pSetupDebugPrint
  91. ;
  92. ; ASR entry points
  93. ;
  94. AsrCreateStateFileA
  95. AsrCreateStateFileW
  96. AsrAddSifEntryA
  97. AsrAddSifEntryW
  98. AsrFreeContext
  99. ;
  100. ; private ASR entry points
  101. ;
  102. AsrpGetLocalDiskInfo
  103. AsrpGetLocalVolumeInfo
  104. ;
  105. ; Plug and Play ASR/backup entry points
  106. ;
  107. AsrRestorePlugPlayRegistryData