IEnumBitsPeerCacheRecords::GetCount method (bits3_0.h)

Retrieves a count of the number of cache records in the enumeration.

Syntax

HRESULT GetCount(
  [out] ULONG *puCount
);

Parameters

[out] puCount

Number of cache records in the enumeration.

Return value

This method returns S_OK on success or one of the standard COM HRESULT values on error.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Target Platform Windows
Header bits3_0.h (include Bits.h)
Library Bits.lib

See also

IEnumBitsPeerCacheRecords