http://bugs.winehq.org/show_bug.cgi?id=2508
------- Additional Comments From shiva@sewingwitch.com 2004-11-10 12:15 ------- CreateFile documentation (for reference):
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/base...
I did some experiments to see if I could find an API that used CreateFile under the hood. Alas, it looks like both FindFirstFile and FindFirstFileEx use OpenFile.
I'll attach a C++ test file to show the various possibilities.