Re: Stub Implementation of FSCTL_LOCK_VOLUME and FSCTL_UNLOCK_VOLUME in NtFsControlFile() in ntdll
25 Apr
2006
25 Apr
'06
9: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
7176
Age (days ago)
7176
Last active (days ago)
0 comments
1 participants
participants (1)
-
Mike McCormack