From: Eric Biggers Date: Sun, 1 Sep 2013 00:02:33 +0000 (-0500) Subject: win32_capture_streams(): Handle not implemented/supported X-Git-Tag: v1.5.0~14 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=d5984b47ca93ee5fa96a3d49aa5017b10e10e399;hp=d5984b47ca93ee5fa96a3d49aa5017b10e10e399 win32_capture_streams(): Handle not implemented/supported 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). ---