Re: Stub Implementation of FSCTL_LOCK_VOLUME and FSCTL_UNLOCK_VOLUME in NtFsControlFile() in ntdll
23 Apr
2006
23 Apr
'06
10:27 p.m.
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(a)lattica.com> Lattica, Inc.
7262
Age (days ago)
7262
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dimi Paun