Re: [PATCH] kernel32: Implement GetFinalPathNameByHandle
19 Mar
2015
19 Mar
'15
3:47 p.m.
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?
19 Mar
19 Mar
3:53 p.m.
New subject: [PATCH] kernel32: Implement GetFinalPathNameByHandle
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
3924
Age (days ago)
3924
Last active (days ago)
1 comments
2 participants
participants (2)
-
Andrew Eikum -
Piotr Caban