Whenever there is an access to a shared directory or mapped drive in
Windows XP , it always returns me a UNC path like
“UNC<sharename>\bla.txt”.
How can I get its equivalent drive letter? (like “c:”)
Also, I want to build a driver that monitors shares creations ( that
made by the user from the GUI or programmatic by calling
NetShareAdd() ).
Is there a way to do it? (do I need a file system driver ?)
Thanks