]> wimlib.net Git - wimlib/commitdiff
win32_capture_streams(): Handle not implemented/supported
authorEric Biggers <ebiggers3@gmail.com>
Sun, 1 Sep 2013 00:02:33 +0000 (19:02 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Sun, 1 Sep 2013 00:04:06 +0000 (19:04 -0500)
If NtQueryInformationFile() returns STATUS_NOT_IMPLEMENTED,
STATUS_NOT_SUPPORTED, or STATUS_INVALID_INFO_CLASS when
FileStreamInformation is requested, fall back to FindFirstStream() and
FindNextStream() instead (which themselves have a fallback behavior).


No differences found