14 lines
403 B
Modula-2
14 lines
403 B
Modula-2
;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
|