ICatalog::IsOpen property

Returns true if a catalog is currently open, else false

This property is read-only.

Syntax

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

Property value

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

ICatalog