FsRtlFastUnlockAll

NTSTATUS __stdcall FsRtlFastUnlockAll(
        _FILE_LOCK *FileLock,
        _FILE_OBJECT *FileObject,
        _EPROCESS *ProcessId,
        PVOID Context){
  NTSTATUS result; 
  FsRtlPrivateFastUnlockAll(FileLock, FileObject, ProcessId, 0i64, 0, Context);
  return result;
}

Referenced by:

No references.