[PATCH] kernel32: Implement GetFinalPathNameByHandle

Andrew Eikum aeikum at codeweavers.com
Thu Mar 19 10:53:36 CDT 2015


On Thu, Mar 19, 2015 at 04:47:20PM +0100, Piotr Caban wrote:
> On 03/19/15 16:22, Andrew Eikum wrote:
> >+    char data[MAX_PATH * sizeof(WCHAR) + sizeof(info->FileNameLength)];
> Is the path limited to MAX_PATH characters?

I guess not. Looks like GetFileInformationByHandleEx will return the
needed buffer size. I'll fix it and resubmit.

Thanks,
Andrew



More information about the wine-devel mailing list