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.

145 lines
2.5 KiB

  1. EXPORTS
  2. ;
  3. ; For stub exe
  4. ;
  5. dll_main
  6. ;
  7. ; Legacy functions
  8. ;
  9. LegacyInfLookUpSymbol
  10. LegacyInfSetSymbolValue
  11. LegacyInfRemoveInfSymbol
  12. LegacyInfInterpret
  13. LegacyInfGetModifiedSvcList
  14. ;
  15. ; The rest of these exports were in the old setupdll.dll
  16. ;
  17. ;
  18. ; install entry points
  19. ;
  20. ; LayBootCode
  21. SetNVRAMVar
  22. ConfigFileSubst
  23. BinaryFileSubst
  24. ConfigFileAppend
  25. DelFile
  26. RenFile
  27. SumListItems
  28. ShutdownSystem
  29. ShutdownRemoteSystem
  30. WhiteSpaceCheck
  31. CheckFileExistance
  32. DosPathToArcPath
  33. ArcPathToDosPath
  34. DosPathToNtPath
  35. NtPathToDosPath
  36. ; FixArcPathForBootIni
  37. CheckDriveExternal
  38. CopySingleFile
  39. AddNetConnection
  40. DeleteNetConnection
  41. CheckPrivilegeExists
  42. EnablePrivilege
  43. CheckConfigType
  44. VdmFixup
  45. SetupAddPrinterDriver
  46. SetupAddPrinterMonitor
  47. SetupAddPrinter
  48. CheckPathFullPathSpec
  49. AppendBackSlash
  50. SetMyComputerName
  51. SetEnvVar
  52. ExpandSz
  53. TestAdmin
  54. Delnode
  55. ProcessForUNC
  56. SetCurrentLayout
  57. SetCurrentLocale
  58. NetNameCheck
  59. DeleteAllConnections
  60. SetupCreateService
  61. SetupChangeServiceStart
  62. SetupChangeServiceConfig
  63. AreCharsInString
  64. ;
  65. ; detect entry points
  66. ;
  67. GetOemCodepage
  68. GetAnsiCodepage
  69. GetLanguage
  70. GetCountry
  71. GetProcessor
  72. GetPlatform
  73. GetMyComputerType
  74. GetMyVideoType
  75. GetMyPointerType
  76. GetMyKeyboardType
  77. GetMyBusType
  78. GetMyBusTypeList
  79. GetSelectedVideo
  80. GetSelectedPointer
  81. GetSelectedKeyboard
  82. GetDevicemapValue
  83. GetMemorySize
  84. GetCrashDumpSize
  85. GetInstalledOSNames
  86. FindFileInstances
  87. GetWindowsNtVersion
  88. GetWindowsNtDir
  89. GetWindowsNtSysDir
  90. GetNtDir
  91. GetNtDrive
  92. GetPrinterDriverDir
  93. GetDosPathVar
  94. GetWindowsPath
  95. GetNtBootInfo
  96. GetEnvVar
  97. GetLoadedEnvVar
  98. GetNVRAMVar
  99. GetSystemDate
  100. GetUnusedDrives
  101. GetUserAccounts
  102. GetMyComputerName
  103. GetMyUserName
  104. IsUniprocessorSystem
  105. ;
  106. ; volume related detect entry points
  107. ;
  108. GetTypeOfDrive
  109. DoesDirExist
  110. DoesFileExist
  111. GetSizeOfFile
  112. GetFileCreationTime
  113. GetFileLastAccessTime
  114. GetFileLastWriteTime
  115. GetFloppyDriveLetters
  116. GetHardDriveLetters
  117. GetHardDriveFileSystems
  118. GetHardDriveFreeSpace
  119. GetHardDriveTotalSpace
  120. ;
  121. ; network card detect functions
  122. ;
  123. GetEisaSlotInformation
  124. GetMCABusInformation
  125. GetPciInformation
  126. ;
  127. ; misc function
  128. ;
  129. SetupStrncmp
  130. GenerateSortedIndexList
  131. ToLower