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?