2014-02-17 4:49 GMT+08:00 Marcus Meissner marcus@jet.franken.de:
Lightroom calls it with FindExInfoBasic ... MSDN says its basically same as Standard, but without the short filename returned.
As untangling the short filename handling is kind of large, lets just ignore it.
Hello, Marcus
I have a question. As MSDN said[1] , "The FindFirstFileEx function does not query the short file name, improving overall enumeration speed." Then I can't get the *exact* difference between them. Could you please make a brief explanation? Or a few test-cases may be helpful?
BTW, I found an old patch[2], which focus on the same issue. Maybe it would offer a reference?
[1]: http://msdn.microsoft.com/en-us/library/aa364415%28v=vs.85%29.aspx [2]: http://www.winehq.org/pipermail/wine-patches/2013-May/124116.html