Kai wrote:
I'm trying to figure out where the wine server actually decides if a file actually is a file on disk, a local or a remote pipe. Any pointers?
Search for FileFsDeviceInformation in ntdll/file.c, maybe.
On Friday 24 April 2009 06:00:04 you wrote:
Kai wrote:
I'm trying to figure out where the wine server actually decides if a file actually is a file on disk, a local or a remote pipe. Any pointers?
Search for FileFsDeviceInformation in ntdll/file.c, maybe.
Hm, I should have worded this better. The way I understand this function, it does a the POSIX file -> Win32 file mapping. I'm looking for the other way around, Vitaly pointed me in the right direction. Now if I would just understand that code.. :) Cheers, Kai -- Kai Blin WorldForge developer http://www.worldforge.org/ Wine developer http://wiki.winehq.org/KaiBlin Samba team member http://www.samba.org/samba/team/ -- Will code for cotton.
participants (2)
-
Dan Kegel -
Kai Blin