Difference between revisions of "Mup.sys"

From ReactOS Wiki
Jump to: navigation, search
(Description, link addition/beautification.)
 
Line 1: Line 1:
 
{{DISPLAYTITLE:mup.sys}}
 
{{DISPLAYTITLE:mup.sys}}
 
{{Stub}}
 
{{Stub}}
 +
 +
Mup.sys is a kernel mode component associated with the Multiple Universal Naming Convention Provider process and is responsible for handling queries for remote file I/O operations.
 +
 +
== Code History ==
 
{{Code history|drivers/filesystems/mup}}
 
{{Code history|drivers/filesystems/mup}}
  
 
== External links ==
 
== External links ==
* http://msdn.microsoft.com/en-us/library/windows/hardware/ff556761(v=vs.85).aspx
+
* [http://msdn.microsoft.com/en-us/library/windows/hardware/ff556761(v=vs.85).aspx MSDN: Support for UNC Naming and MUP]
 +
* [http://www.thenetworkencyclopedia.com/entry/multiple-unc-provider-mup/ The Network Encyclopedia: Multiple UNC Provider (MUP)]
  
 
[[Category:Development]]
 
[[Category:Development]]
 
[[Category:Drivers]]
 
[[Category:Drivers]]

Latest revision as of 00:23, 22 March 2019

The page Mup.sys is a short article on something that should have a lot more information written on it.
If you know anything else about it, you are STRONGLY encouraged to add the information in. If you are unsure of proper formatting or style, add it to the talk page or this page itself as you think best and others will help.


Mup.sys is a kernel mode component associated with the Multiple Universal Naming Convention Provider process and is responsible for handling queries for remote file I/O operations.

Code History

Commit history (Source code can be found in: /reactos/drivers/filesystems/mup)

External links