Re: Redirector code in Wine?

2009-04-24 Thread Kai Blin
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 thi

Re: Redirector code in Wine?

2009-04-23 Thread Vitaliy Margolen
Kai Blin wrote: > Hi folks, > > 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? You mean during CreateFile -> NtCreateFile? It's using object manager in wineserver to find the object associated with th

re: Redirector code in Wine?

2009-04-23 Thread Dan Kegel
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.

Redirector code in Wine?

2009-04-23 Thread Kai Blin
Hi folks, 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? Cheers, Kai -- Kai Blin WorldForge developer http://www.worldforge.org/ Wine developerhttp://wiki.winehq.org/KaiBlin Samba team membe