ICatalogReadWriteLock::IsCurrentlyNonBlockingWriteLocked property

Returns true if a catalog is currently non-blocking write locked, else false

This property is read-only.

Syntax

HRESULT get_IsCurrentlyNonBlockingWriteLocked(
  [out, retval] VARIANT_BOOL *pRetVal
);

Property value

True if a catalog is currently non-blocking write locked, otherwise false.

Requirements

Minimum supported client
Windows 8 [desktop apps only]
Minimum supported server
Windows Server 2012 [desktop apps only]
IDL
Windows.Help.Runtime.idl

See also

ICatalogReadWriteLock