Print FIXME() for not implemented NtQueryVolumeInformationFile.

This commit is contained in:
Dmitry Timoshkov 2002-01-04 18:24:51 +00:00 committed by Alexandre Julliard
parent 39e001962b
commit 4e78461b5e

View file

@ -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;
}