ISdoCollection::get_Count method (sdoias.h)

The get_Count method returns the number of items in the collection.

Syntax

HRESULT get_Count(
  [out] long *pCount
);

Parameters

[out] pCount

Pointer to a LONG that contains the number of items in the collection.

Return value

If the method succeeds the return value is S_OK.

If the method fails, the return value is one of the following error codes.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008
Target Platform Windows
Header sdoias.h
DLL Iassdo.dll

See also

ISdoCollection

ISdoCollection::get__NewEnum