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.

60 lines
1.4 KiB

  1. LIBRARY NTLANMAN
  2. EXPORTS
  3. ; standard network driver callouts
  4. DllMain
  5. ;;WNETAPI start
  6. NPGetConnection @12
  7. NPGetCaps @13
  8. ; NPBrowseDialog @15
  9. NPGetUser @16
  10. NPAddConnection @17
  11. NPCancelConnection @18
  12. ; NPGetError @19
  13. ; NPGetErrorText @20
  14. ; Enable @21
  15. ; Disable @22
  16. ; NPRestoreConnection @23
  17. ; NPConnectDialog @25
  18. ; NPDisconnectDialog @26
  19. ; NPConnectionDialog @27
  20. NPPropertyDialog @29
  21. NPGetDirectoryType @30
  22. NPDirectoryNotify @31
  23. NPGetPropertyText @32
  24. NPOpenEnum @33
  25. NPEnumResource @34
  26. NPCloseEnum @35
  27. NPFormatNetworkName @36
  28. ; NPAddConnection2 @37
  29. NPAddConnection3 @38
  30. ; test purposes only
  31. ;NPSearchDialog @39
  32. NPGetUniversalName @40
  33. NPGetResourceParent @41
  34. NPGetConnectionPerformance @49
  35. NPGetResourceInformation @52
  36. NPGetReconnectFlags @53
  37. NPGetConnection3 @54
  38. ;
  39. ; Private APIs exported for certain NT components
  40. ;
  41. I_SystemFocusDialog
  42. ShareCreate
  43. ShareStop
  44. ShareManage
  45. ShareAsDialogA0
  46. StopShareDialogA0
  47. ServerBrowseDialogA0
  48. NPAddConnection3ForCSCAgent
  49. NPCancelConnectionForCSCAgent
  50. IsDfsPathEx
  51. ;;WNETAPI end