Microsoft SDK for Java

IEnumXXXX::
GetCount

The GetCount method of the IEnumXXXX interface returns the number of elements in the enumerator's list.

Syntax

HRESULT GetCount (ULONG *pcelt)

Parameters

[out] pcelt Returns the number of elements in the enumerator.

Return Value

S_OK Success.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.