Commit 4e78461b authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

Print FIXME() for not implemented NtQueryVolumeInformationFile.

parent 39e00196
...@@ -234,7 +234,7 @@ NTSTATUS WINAPI NtQueryVolumeInformationFile ( ...@@ -234,7 +234,7 @@ NTSTATUS WINAPI NtQueryVolumeInformationFile (
IN ULONG Length, IN ULONG Length,
IN FS_INFORMATION_CLASS FSInformationClass) IN FS_INFORMATION_CLASS FSInformationClass)
{ {
TRACE("(0x%08x %p %p 0x%08lx 0x%08x) stub\n", FIXME("(0x%08x %p %p 0x%08lx 0x%08x) stub!\n",
FileHandle, IoStatusBlock, FSInformation, Length, FSInformationClass); FileHandle, IoStatusBlock, FSInformation, Length, FSInformationClass);
return STATUS_SUCCESS; return STATUS_SUCCESS;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment