Print FIXME() for not implemented NtQueryVolumeInformationFile.
This commit is contained in:
parent
39e001962b
commit
4e78461b5e
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user