Skip to content
Snippets Groups Projects
Commit 4e78461b authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard
Browse files

Print FIXME() for not implemented NtQueryVolumeInformationFile.

parent 39e00196
No related branches found
No related tags found
No related merge requests found
......@@ -234,7 +234,7 @@ NTSTATUS WINAPI NtQueryVolumeInformationFile (
IN ULONG Length,
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);
return STATUS_SUCCESS;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment