http://bugs.winehq.org/show_bug.cgi?id=425
------- Additional Comments From vitaliy@kievinfo.com 2005-02-10 11:51 ------- I think UNC part (kernel32) is working fine. We have a different problem in nt namespace (NtCreateFile): - \??\PIPE handled as a named pipes (correct) - \??\MAILSLOT handled as a mailslot (correct) - everything else is handled as a file (incorrect) The only way I can see this fixed is to use wineserver's object manager to resolve a name into an object and perform the proper operation.