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

Dimi Paun dimi at lattica.com
Sun Apr 23 22:27:15 CDT 2006


On Sun, 2006-04-23 at 10:48 +0200, Bernd Buschinski wrote:
> +    case FSCTL_LOCK_VOLUME:
> +    case FSCTL_UNLOCK_VOLUME:
> +        io->u.Status = STATUS_SUCCESS;
> +        break;
> +
>      default:
>          FIXME("Unsupported fsctl %lx (device=%lx access=%lx func=%lx method=%lx)\n",
>                code, code >> 16, (code >> 14) & 3, (code >> 2) & 0xfff, code & 3);

Can you please also issue a FIXME that this is just a stub?

-- 
Dimi Paun <dimi at lattica.com>
Lattica, Inc.




More information about the wine-devel mailing list