Stub Implementation of FSCTL_LOCK_VOLUME and FSCTL_UNLOCK_VOLUME in NtFsControlFile() in ntdll

Mike McCormack mike at codeweavers.com
Tue Apr 25 04:10:41 CDT 2006


Bernd Buschinski wrote:

> +    case FSCTL_LOCK_VOLUME:
> +    case FSCTL_UNLOCK_VOLUME:
> +        io->u.Status = STATUS_SUCCESS;
> +        break;

Shouldn't this have a FIXME showing that we're not doing something?

Mike



More information about the wine-devel mailing list