source: trunk/src/mpr/MPR.DEF@ 10367

Last change on this file since 10367 was 10253, checked in by sandervl, 22 years ago

export name fixes

File size: 6.3 KB
Line 
1; $Id: MPR.DEF,v 1.6 2003-09-24 10:16:40 sandervl Exp $
2
3;
4; Based on NT 4.0 SP6: MPR.DLL
5;
6LIBRARY MPR INITINSTANCE
7DATA MULTIPLE NONSHARED
8EXPORTS
9
10 MultinetGetConnectionPerformanceA = _MultinetGetConnectionPerformanceA@8 @1
11 MultinetGetConnectionPerformanceW = _MultinetGetConnectionPerformanceW@8 @2
12; MultinetGetErrorTextA@3 = _MultinetGetErrorTextA@?? @3
13; MultinetGetErrorTextW@4 = _MultinetGetErrorTextW@?? @4
14; RestoreConnectionA0@5 = _RestoreConnectionA0@?? @5
15 WNetAddConnection2A = _WNetAddConnection2A@16 @6
16 WNetAddConnection2W = _WNetAddConnection2W@16 @7
17 WNetAddConnection3A = _WNetAddConnection3A@20 @8
18 WNetAddConnection3W = _WNetAddConnection3W@20 @9
19 WNetAddConnectionA = _WNetAddConnectionA@12 @10
20 WNetAddConnectionW = _WNetAddConnectionW@12 @11
21 WNetCancelConnection2A = _WNetCancelConnection2A@12 @12
22 WNetCancelConnection2W = _WNetCancelConnection2W@12 @13
23 WNetCancelConnectionA = _WNetCancelConnectionA@8 @14
24 WNetCancelConnectionW = _WNetCancelConnectionW@8 @15
25; WNetClearConnections = _WNetClearConnections@?? @16
26 WNetCloseEnum = _WNetCloseEnum@4 @17
27 WNetConnectionDialog1A = _WNetConnectionDialog1A@4 @18
28 WNetConnectionDialog1W = _WNetConnectionDialog1W@4 @19
29; WNetConnectionDialog2 = _WNetConnectionDialog2@?? @20
30 WNetConnectionDialog = _WNetConnectionDialog@8 @21
31; WNetDirectoryNotifyA = _WNetDirectoryNotifyA@?? @22
32; WNetDirectoryNotifyW = _WNetDirectoryNotifyW@?? @23
33 WNetDisconnectDialog1A = _WNetDisconnectDialog1A@4 @24
34 WNetDisconnectDialog1W = _WNetDisconnectDialog1W@4 @25
35; WNetDisconnectDialog2 = _WNetDisconnectDialog2@?? @26
36 WNetDisconnectDialog = _WNetDisconnectDialog@8 @27
37 WNetEnumResourceA = _WNetEnumResourceA@16 @28
38 WNetEnumResourceW = _WNetEnumResourceW@16 @29
39; WNetFMXEditPerm = _WNetFMXEditPerm@?? @30
40; WNetFMXGetPermCaps = _WNetFMXGetPermCaps@?? @31
41; WNetFMXGetPermHelp = _WNetFMXGetPermHelp@?? @32
42; WNetFormatNetworkNameA = _WNetGetNetworkNameA@?? @33
43; WNetFormatNetworkNameW = _WNetGetNetworkNameW@?? @34
44; WNetGetConnection2A = _WNetGetConnection2A@?? @35
45; WNetGetConnection2W = _WNetGetConnection2W@?? @36
46; WNetGetConnection3A = _WNetGetConnection3A@?? @37
47; WNetGetConnection3W = _WNetGetConnection3W@?? @38
48 WNetGetConnectionA = _WNetGetConnectionA@12 @39
49 WNetGetConnectionW = _WNetGetConnectionW@12 @40
50; WNetGetDirectoryTypeA = _WNetGetDirectoryTypeA@?? @41
51; WNetGetDirectoryTypeW = _WNetGetDirectoryTypeW@?? @42
52; WNetGetHomeDirectoryW = _WNetGetHomeDirectoryW@?? @43
53 WNetGetLastErrorA = _WNetGetLastErrorA@20 @44
54 WNetGetLastErrorW = _WNetGetLastErrorW@20 @45
55 WNetGetNetworkInformationA = _WNetGetNetworkInformationA@8 @46
56 WNetGetNetworkInformationW = _WNetGetNetworkInformationW@8 @47
57; WNetGetPropertyTextA = _WNetGetPropertyTextA@?? @48
58; WNetGetPropertyTextW = _WNetGetPropertyTextW@?? @49
59 WNetGetProviderNameA = _WNetGetProviderNameA@12 @50
60 WNetGetProviderNameW = _WNetGetProviderNameW@12 @51
61; WNetGetProviderTypeA = _WNetGetProviderTypeA@?? @52
62; WNetGetProviderTypeW = _WNetGetProviderTypeW@?? @53
63 WNetGetResourceInformationA = _WNetGetResourceInformationA@16 @54
64 WNetGetResourceInformationW = _WNetGetResourceInformationW@16 @55
65 WNetGetResourceParentA = _WNetGetResourceParentA@12 @56
66 WNetGetResourceParentW = _WNetGetResourceParentW@12 @57
67; WNetGetSearchDialog = _WNetGetSearchDialog@?? @58
68 WNetGetUniversalNameA = _WNetGetUniversalNameA@16 @59
69 WNetGetUniversalNameW = _WNetGetUniversalNameW@16 @60
70 WNetGetUserA = _WNetGetUserA@12 @61
71 WNetGetUserW = _WNetGetUserW@12 @62
72; WNetLogonNotify = _WNetLogonNotify@?? @63
73 WNetOpenEnumA = _WNetOpenEnumA@20 @64
74 WNetOpenEnumW = _WNetOpenEnumW@20 @65
75; WNetPasswordChangeNotify = _WNetPasswordChangeNotify@?? @66
76; WNetPropertyDialogA = _WNetPropertyDialogA@?? @67
77; WNetPropertyDialogW = _WNetPropertyDialogW@?? @68
78; WNetRestoreConnectionW = _WNetRestoreConnection@?? @69
79; WNetSetConnectionA = _WNetSetConnectionA@?? @70
80; WNetSetConnectionW = _WNetSetConnectionW@?? @71
81 WNetSetLastErrorA = _WNetSetLastErrorA@12 @72
82 WNetSetLastErrorW = _WNetSetLastErrorW@12 @73
83; WNetSupportGlobalEnum = _WNetSupportGlobalEnum@?? @74
84 WNetUseConnectionA = _WNetUseConnectionA@32 @75
85 WNetUseConnectionW = _WNetUseConnectionW@32 @76
86
Note: See TracBrowser for help on using the repository browser.