Oh, yeah, thanks!

Am 22.01.2014 23:09, schrieb Michael Fritscher:
> Hello Timo,
>
>> +static
>> +NTSTATUS
>> +KsecQueryVolumeInformation(
>> +    PVOID InfoBuffer,
>> +    FS_INFORMATION_CLASS FsInformationClass,
>> +    PSIZE_T BufferLength)
>> +{
>> +    PFILE_FS_DEVICE_INFORMATION DeviceInformation;
>> +
>> +    /* Only FileFsDeviceInformation is supported */
>> +    if (FsInformationClass == FileFsDeviceInformation)
>> +    {
>> +        return STATUS_INVALID_INFO_CLASS;
>> +    }
> shouldn't be that "FsInformationClass != FileFsDeviceInformation" ? ;)
>
> Best regards,
> Michael Fritscher
>
>
> _______________________________________________
> Ros-dev mailing list
> Ros-dev@reactos.org
> http://www.reactos.org/mailman/listinfo/ros-dev
>


_______________________________________________
Ros-dev mailing list
Ros-dev@reactos.org
http://www.reactos.org/mailman/listinfo/ros-dev

Reply via email to