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