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.
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.