146 lines
2.5 KiB
Modula-2
146 lines
2.5 KiB
Modula-2
|
|
EXPORTS
|
|
|
|
;
|
|
; For stub exe
|
|
;
|
|
dll_main
|
|
|
|
;
|
|
; Legacy functions
|
|
;
|
|
LegacyInfLookUpSymbol
|
|
LegacyInfSetSymbolValue
|
|
LegacyInfRemoveInfSymbol
|
|
LegacyInfInterpret
|
|
LegacyInfGetModifiedSvcList
|
|
|
|
;
|
|
; The rest of these exports were in the old setupdll.dll
|
|
;
|
|
|
|
;
|
|
; install entry points
|
|
;
|
|
|
|
; LayBootCode
|
|
SetNVRAMVar
|
|
ConfigFileSubst
|
|
BinaryFileSubst
|
|
ConfigFileAppend
|
|
DelFile
|
|
RenFile
|
|
SumListItems
|
|
ShutdownSystem
|
|
ShutdownRemoteSystem
|
|
WhiteSpaceCheck
|
|
CheckFileExistance
|
|
DosPathToArcPath
|
|
ArcPathToDosPath
|
|
DosPathToNtPath
|
|
NtPathToDosPath
|
|
; FixArcPathForBootIni
|
|
CheckDriveExternal
|
|
CopySingleFile
|
|
AddNetConnection
|
|
DeleteNetConnection
|
|
CheckPrivilegeExists
|
|
EnablePrivilege
|
|
CheckConfigType
|
|
VdmFixup
|
|
SetupAddPrinterDriver
|
|
SetupAddPrinterMonitor
|
|
SetupAddPrinter
|
|
CheckPathFullPathSpec
|
|
AppendBackSlash
|
|
SetMyComputerName
|
|
SetEnvVar
|
|
ExpandSz
|
|
TestAdmin
|
|
Delnode
|
|
ProcessForUNC
|
|
SetCurrentLayout
|
|
SetCurrentLocale
|
|
NetNameCheck
|
|
DeleteAllConnections
|
|
SetupCreateService
|
|
SetupChangeServiceStart
|
|
SetupChangeServiceConfig
|
|
AreCharsInString
|
|
|
|
;
|
|
; detect entry points
|
|
;
|
|
|
|
GetOemCodepage
|
|
GetAnsiCodepage
|
|
GetLanguage
|
|
GetCountry
|
|
GetProcessor
|
|
GetPlatform
|
|
GetMyComputerType
|
|
GetMyVideoType
|
|
GetMyPointerType
|
|
GetMyKeyboardType
|
|
GetMyBusType
|
|
GetMyBusTypeList
|
|
GetSelectedVideo
|
|
GetSelectedPointer
|
|
GetSelectedKeyboard
|
|
GetDevicemapValue
|
|
GetMemorySize
|
|
GetCrashDumpSize
|
|
GetInstalledOSNames
|
|
FindFileInstances
|
|
GetWindowsNtVersion
|
|
GetWindowsNtDir
|
|
GetWindowsNtSysDir
|
|
GetNtDir
|
|
GetNtDrive
|
|
GetPrinterDriverDir
|
|
GetDosPathVar
|
|
GetWindowsPath
|
|
GetNtBootInfo
|
|
GetEnvVar
|
|
GetLoadedEnvVar
|
|
GetNVRAMVar
|
|
GetSystemDate
|
|
GetUnusedDrives
|
|
GetUserAccounts
|
|
GetMyComputerName
|
|
GetMyUserName
|
|
IsUniprocessorSystem
|
|
|
|
;
|
|
; volume related detect entry points
|
|
;
|
|
|
|
GetTypeOfDrive
|
|
DoesDirExist
|
|
DoesFileExist
|
|
GetSizeOfFile
|
|
GetFileCreationTime
|
|
GetFileLastAccessTime
|
|
GetFileLastWriteTime
|
|
GetFloppyDriveLetters
|
|
GetHardDriveLetters
|
|
GetHardDriveFileSystems
|
|
GetHardDriveFreeSpace
|
|
GetHardDriveTotalSpace
|
|
|
|
;
|
|
; network card detect functions
|
|
;
|
|
|
|
GetEisaSlotInformation
|
|
GetMCABusInformation
|
|
GetPciInformation
|
|
|
|
;
|
|
; misc function
|
|
;
|
|
|
|
SetupStrncmp
|
|
GenerateSortedIndexList
|
|
ToLower
|