mirror of https://github.com/lianthony/NT4.0
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.
55 lines
870 B
55 lines
870 B
LIBRARY SYSSETUP
|
|
|
|
EXPORTS
|
|
|
|
;
|
|
; Entry point from inf
|
|
;
|
|
InstallWindowsNt
|
|
|
|
;
|
|
; Other misc entry points
|
|
;
|
|
SetupSetLargeDialogFont
|
|
UpgradePrinters
|
|
SetupChangeLocale
|
|
SetupCreateOptionalComponentsPage
|
|
SetupChangeFontSize
|
|
SetupInfObjectInstallActionW
|
|
RepairStartMenuItems
|
|
ApplyAcls
|
|
|
|
;
|
|
; Testing
|
|
;
|
|
InitializeSetupActionLog
|
|
TerminateSetupActionLog
|
|
LogItem
|
|
LogItem0
|
|
LogItem1
|
|
LogItem2
|
|
LogItem3
|
|
LogItemN
|
|
ReportError
|
|
ViewSetupActionLog
|
|
PnPInitializationThread
|
|
|
|
;
|
|
; PnP Device Install entry point
|
|
;
|
|
DevInstallW
|
|
|
|
;
|
|
; 'Built-in' class installers
|
|
;
|
|
MouseClassInstaller
|
|
KeyboardClassInstaller
|
|
TapeClassInstaller
|
|
ScsiClassInstaller
|
|
|
|
;
|
|
; Miscellaneous device installation 'helper' routines
|
|
;
|
|
GenerateScsiHwIdList
|
|
|
|
|