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.

20 lines
491 B

  1. ;Copyright (c) 1998-1999 Microsoft Corporation. All Rights Reserved.
  2. ;cdm.def : Declares the module parameters for the cdm DLL.
  3. LIBRARY "CDM"
  4. EXPORTS
  5. ;Explicit exports can go here
  6. DownloadIsInternetAvailable
  7. OpenCDMContext
  8. DownloadUpdatedFiles
  9. CloseCDMContext
  10. GetPackage
  11. OpenCDMContextEx
  12. QueryDetectionFiles
  13. FindMatchingDriver
  14. InternalQueryDetectionFiles
  15. InternalFindMatchingDriver
  16. DetFilesDownloaded
  17. InternalDetFilesDownloaded
  18. LogDriverNotFound
  19. InternalLogDriverNotFound