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