Leaked source code of windows server 2003
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.

105 lines
3.0 KiB

  1. LIBRARY MPR
  2. EXPORTS
  3. ;
  4. ; Win32 API
  5. ;
  6. WNetAddConnectionW
  7. WNetAddConnectionA
  8. WNetAddConnection2W
  9. WNetAddConnection2A
  10. WNetAddConnection3W
  11. WNetAddConnection3A
  12. WNetCancelConnectionW
  13. WNetCancelConnectionA
  14. WNetCancelConnection2W
  15. WNetCancelConnection2A
  16. WNetGetConnectionW
  17. WNetGetConnectionA
  18. WNetGetUniversalNameW
  19. WNetGetUniversalNameA
  20. WNetGetUserW
  21. WNetGetUserA
  22. WNetOpenEnumW
  23. WNetOpenEnumA
  24. WNetEnumResourceW
  25. WNetEnumResourceA
  26. WNetCloseEnum
  27. WNetGetLastErrorW
  28. WNetGetLastErrorA
  29. ;
  30. ; Private API for shell apps, winlogon or net providers
  31. ;
  32. WNetUseConnectionW
  33. WNetUseConnectionA
  34. WNetGetConnection2W
  35. WNetGetConnection2A
  36. WNetGetConnection3W
  37. WNetGetConnection3A
  38. WNetSetConnectionW
  39. WNetSetConnectionA
  40. WNetRestoreConnectionW
  41. WNetRestoreConnection2W
  42. WNetClearConnections
  43. WNetDirectoryNotifyW
  44. WNetDirectoryNotifyA
  45. WNetGetDirectoryTypeW
  46. WNetGetDirectoryTypeA
  47. WNetGetHomeDirectoryW
  48. WNetGetNetworkInformationW
  49. WNetGetNetworkInformationA
  50. WNetGetResourceInformationW
  51. WNetGetResourceInformationA
  52. WNetGetResourceParentW
  53. WNetGetResourceParentA
  54. WNetGetProviderNameW
  55. WNetGetProviderNameA
  56. WNetGetProviderTypeW
  57. WNetGetProviderTypeA
  58. MultinetGetErrorTextW
  59. MultinetGetErrorTextA
  60. MultinetGetConnectionPerformanceW
  61. MultinetGetConnectionPerformanceA
  62. I_MprSaveConn
  63. WNetLogonNotify
  64. WNetPasswordChangeNotify
  65. WNetSetLastErrorW
  66. WNetSetLastErrorA
  67. ;
  68. ; Everything from here on down are implemented in MPRUI
  69. ;
  70. WNetPropertyDialogW
  71. WNetPropertyDialogA
  72. WNetGetPropertyTextW
  73. WNetGetPropertyTextA
  74. WNetFormatNetworkNameW
  75. WNetFormatNetworkNameA
  76. WNetGetSearchDialog
  77. WNetSupportGlobalEnum
  78. WNetConnectionDialog
  79. WNetConnectionDialog1W
  80. WNetConnectionDialog1A
  81. WNetConnectionDialog2
  82. WNetDisconnectDialog
  83. WNetDisconnectDialog1W
  84. WNetDisconnectDialog1A
  85. WNetDisconnectDialog2
  86. WNetFMXGetPermCaps
  87. WNetFMXEditPerm
  88. WNetFMXGetPermHelp
  89. ;
  90. ; These are for by the WFW thunks to 32 bit world
  91. ;
  92. RestoreConnectionA0