Redirector code in Wine?
April 23, 2009
6:15 p.m.
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 developer http://wiki.winehq.org/KaiBlin Samba team member http://www.samba.org/samba/team/ -- Will code for cotton.
April 2009
11:23 p.m.
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 that path. It all starts here - DECL_HANDLER(open_file_object) in wineserver/fd.c Vitaliy.
6180
Age (days ago)
6181
Last active (days ago)
1 comments
2 participants
participants (2)
-
Kai Blin -
Vitaliy Margolen