Share via


ICatalogReadWriteLock::IsCurrentlyWriteLocked property

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

This property is read-only.

Syntax

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

Property value

True if a catalog is currently 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