21 lines
491 B
Modula-2
21 lines
491 B
Modula-2
|
;Copyright (c) 1998-1999 Microsoft Corporation. All Rights Reserved.
|
||
|
;cdm.def : Declares the module parameters for the cdm DLL.
|
||
|
|
||
|
LIBRARY "CDM"
|
||
|
EXPORTS
|
||
|
;Explicit exports can go here
|
||
|
DownloadIsInternetAvailable
|
||
|
OpenCDMContext
|
||
|
DownloadUpdatedFiles
|
||
|
CloseCDMContext
|
||
|
GetPackage
|
||
|
OpenCDMContextEx
|
||
|
QueryDetectionFiles
|
||
|
FindMatchingDriver
|
||
|
InternalQueryDetectionFiles
|
||
|
InternalFindMatchingDriver
|
||
|
DetFilesDownloaded
|
||
|
InternalDetFilesDownloaded
|
||
|
LogDriverNotFound
|
||
|
InternalLogDriverNotFound
|