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.

13 lines
403 B

  1. ;Copyright (c) 2000 Microsoft Corporation. All Rights Reserved.
  2. ;wsdu.def : declares module exports for wsdu.dll
  3. LIBRARY "WSDUENG"
  4. EXPORTS
  5. DllMain @1 PRIVATE
  6. DuInitializeA @2
  7. DuDoDetection @3
  8. DuBeginDownload @4
  9. DuAbortDownload @5
  10. DuUninitialize @6
  11. SetEstimatedDownloadSpeed @7
  12. DuQueryUnsupportedDriversA @8