IObjectArray::GetCount method (objectarray.h)

Provides a count of the objects in the collection.

Syntax

HRESULT GetCount(
  [out] UINT *pcObjects
);

Parameters

[out] pcObjects

Type: UINT*

The number of objects in the collection.

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Target Platform Windows
Header objectarray.h
DLL Shell32.dll