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.

32 lines
1.2 KiB

  1. ;Copyright (c) 1998-2000 Microsoft Corporation. All Rights Reserved.
  2. ;iuengine.def : declares module exports for iuengine.dll
  3. LIBRARY "IUENGINE"
  4. EXPORTS
  5. DllMain @1 PRIVATE
  6. EngGetSystemSpec @2
  7. EngGetManifest @3
  8. EngDetect @4
  9. EngDownload @5
  10. EngDownloadAsync @6
  11. EngInstall @7
  12. EngInstallAsync @8
  13. EngSetOperationMode @9
  14. EngGetOperationMode @10
  15. EngGetHistory @11
  16. ShutdownThreads @12
  17. EngBrowseForFolder @13
  18. EngRebootMachine @14
  19. CompleteSelfUpdateProcess @15
  20. InternalDetFilesDownloaded @16
  21. InternalDownloadGetUpdatedFiles @17
  22. InternalDownloadUpdatedFiles @18
  23. InternalFindMatchingDriver @19
  24. InternalLogDriverNotFound @20
  25. InternalQueryDetectionFiles @21
  26. InternalSetGlobalOfflineFlag @22
  27. AsyncExtraWorkUponEngineLoad @23
  28. ShutdownGlobalThreads @24
  29. CreateEngUpdateInstance @25
  30. DeleteEngUpdateInstance @26
  31. PingIUEngineUpdateStatus @27