Re: Stub Implementation of FSCTL_LOCK_VOLUME and FSCTL_UNLOCK_VOLUME in NtFsControlFile() in ntdll
April 25, 2006
4:10 a.m.
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
7279
Age (days ago)
7279
Last active (days ago)
0 comments
1 participants
participants (1)
-
Mike McCormack