Source code of Windows XP (NT5)
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.

24 lines
694 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 PRIVATE
  18. SetFolderPermissionsForSharing PRIVATE
  19. ; PrintShareProperties @6
  20. ; ShareShutdownNotify @12
  21. CanShareFolderW
  22. ShowShareFolderUIW