106 lines
2.9 KiB
Modula-2
106 lines
2.9 KiB
Modula-2
|
|
LIBRARY MPR
|
|
EXPORTS
|
|
|
|
;
|
|
; Win32 API
|
|
;
|
|
WNetAddConnectionW
|
|
WNetAddConnectionA
|
|
WNetAddConnection2W
|
|
WNetAddConnection2A
|
|
WNetAddConnection3W
|
|
WNetAddConnection3A
|
|
WNetCancelConnectionW
|
|
WNetCancelConnectionA
|
|
WNetCancelConnection2W
|
|
WNetCancelConnection2A
|
|
WNetGetConnectionW
|
|
WNetGetConnectionA
|
|
|
|
WNetGetUniversalNameW
|
|
WNetGetUniversalNameA
|
|
WNetGetUserW
|
|
WNetGetUserA
|
|
|
|
WNetOpenEnumW
|
|
WNetOpenEnumA
|
|
WNetEnumResourceW
|
|
WNetEnumResourceA
|
|
WNetCloseEnum
|
|
|
|
WNetGetLastErrorW
|
|
WNetGetLastErrorA
|
|
|
|
;
|
|
; Private API for shell apps, winlogon or net providers
|
|
;
|
|
WNetUseConnectionW
|
|
WNetUseConnectionA
|
|
WNetGetConnection2W
|
|
WNetGetConnection2A
|
|
WNetGetConnection3W
|
|
WNetGetConnection3A
|
|
WNetSetConnectionW
|
|
WNetSetConnectionA
|
|
WNetRestoreConnectionW
|
|
WNetRestoreConnection2W
|
|
WNetClearConnections
|
|
|
|
WNetDirectoryNotifyW
|
|
WNetDirectoryNotifyA
|
|
WNetGetDirectoryTypeW
|
|
WNetGetDirectoryTypeA
|
|
WNetGetHomeDirectoryW
|
|
WNetGetNetworkInformationW
|
|
WNetGetNetworkInformationA
|
|
WNetGetResourceInformationW
|
|
WNetGetResourceInformationA
|
|
WNetGetResourceParentW
|
|
WNetGetResourceParentA
|
|
WNetGetProviderNameW
|
|
WNetGetProviderNameA
|
|
WNetGetProviderTypeW
|
|
WNetGetProviderTypeA
|
|
MultinetGetErrorTextW
|
|
MultinetGetErrorTextA
|
|
MultinetGetConnectionPerformanceW
|
|
MultinetGetConnectionPerformanceA
|
|
I_MprSaveConn
|
|
|
|
WNetLogonNotify
|
|
WNetPasswordChangeNotify
|
|
|
|
WNetSetLastErrorW
|
|
WNetSetLastErrorA
|
|
|
|
;
|
|
; Everything from here on down are implemented in MPRUI
|
|
;
|
|
WNetPropertyDialogW
|
|
WNetPropertyDialogA
|
|
WNetGetPropertyTextW
|
|
WNetGetPropertyTextA
|
|
WNetFormatNetworkNameW
|
|
WNetFormatNetworkNameA
|
|
WNetGetSearchDialog
|
|
WNetSupportGlobalEnum
|
|
|
|
WNetConnectionDialog
|
|
WNetConnectionDialog1W
|
|
WNetConnectionDialog1A
|
|
WNetConnectionDialog2
|
|
WNetDisconnectDialog
|
|
WNetDisconnectDialog1W
|
|
WNetDisconnectDialog1A
|
|
WNetDisconnectDialog2
|
|
|
|
WNetFMXGetPermCaps
|
|
WNetFMXEditPerm
|
|
WNetFMXGetPermHelp
|
|
|
|
;
|
|
; These are for by the WFW thunks to 32 bit world
|
|
;
|
|
RestoreConnectionA0
|