IsReadLocked
bool IsReadLocked() const;
if (desktop->fWindowLock.IsReadLocked())
if (IsReadLocked())
# define ASSERT_MULTI_LOCKED(x) assert((x).IsWriteLocked() || (x).IsReadLocked())
# define ASSERT_MULTI_READ_LOCKED(x) assert((x).IsReadLocked())
bool IsReadLocked() const;
|| ( readOnly && desktop.WindowLocker().IsReadLocked()));
{ return IsReadLocked(); }
bool IsReadLocked();