mirror of https://github.com/tongzx/nt5src
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
13 lines
403 B
;Copyright (c) 2000 Microsoft Corporation. All Rights Reserved.
|
|
;wsdu.def : declares module exports for wsdu.dll
|
|
|
|
LIBRARY "WSDUENG"
|
|
EXPORTS
|
|
DllMain @1 PRIVATE
|
|
DuInitializeA @2
|
|
DuDoDetection @3
|
|
DuBeginDownload @4
|
|
DuAbortDownload @5
|
|
DuUninitialize @6
|
|
SetEstimatedDownloadSpeed @7
|
|
DuQueryUnsupportedDriversA @8
|