20 lines
384 B
Modula-2
20 lines
384 B
Modula-2
|
;Copyright (c) 1998-2000 Microsoft Corporation. All Rights Reserved.
|
||
|
;cdm.def : Declares the module parameters for the cdm DLL.
|
||
|
|
||
|
LIBRARY "CDM"
|
||
|
EXPORTS
|
||
|
CloseCDMContext
|
||
|
DetFilesDownloaded
|
||
|
DownloadGetUpdatedFiles
|
||
|
DownloadIsInternetAvailable
|
||
|
DownloadUpdatedFiles
|
||
|
FindMatchingDriver
|
||
|
LogDriverNotFound
|
||
|
OpenCDMContext
|
||
|
OpenCDMContextEx
|
||
|
QueryDetectionFiles
|
||
|
CancelCDMOperation
|
||
|
|
||
|
|
||
|
|