kernel32: Also accept STATUS_BUFFER_OVERFLOW as a valid return code in GetFileInforma...
commitd4fc2fd746e9bf6e0f6cfecef22ffac1181208b5
authorHenri Verbeet <hverbeet@codeweavers.com>
Thu, 19 Nov 2009 10:41:26 +0000 (19 11:41 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 19 Nov 2009 11:22:51 +0000 (19 12:22 +0100)
treedca28ebaacf43198a4ab106bf28bc84e82d8214d
parent15b6bc6135a6365352c95df9bdf9aafafcb6aca7
kernel32: Also accept STATUS_BUFFER_OVERFLOW as a valid return code in GetFileInformationByHandle().

FileAllInformation is supposed to also return the file name. If it did,
"all_info" would be too small for the returned data, but since it would still
return as much information as fits in the buffer, we don't need a larger
buffer either.
dlls/kernel32/file.c