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.

22 lines
621 B

  1. LIBRARY ntshrui
  2. EXPORTS
  3. DllGetClassObject PRIVATE
  4. DllCanUnloadNow PRIVATE
  5. IsPathSharedA
  6. IsPathSharedW
  7. IsPathShared = IsPathSharedA
  8. SharingDialogA
  9. SharingDialogW
  10. SharingDialog = SharingDialogA
  11. GetNetResourceFromLocalPathA
  12. GetNetResourceFromLocalPathW
  13. GetNetResourceFromLocalPath = GetNetResourceFromLocalPathA
  14. GetLocalPathFromNetResourceA
  15. GetLocalPathFromNetResourceW
  16. GetLocalPathFromNetResource = GetLocalPathFromNetResourceA
  17. IsFolderPrivateForUser
  18. SetFolderPermissionsForSharing
  19. CanShareFolderW
  20. ShowShareFolderUIW