Share via


ICcCollection::get_Count (Compact 2013)

3/26/2014

Deprecated.

This method returns the number of items in a collection.

In Windows Embedded Compact 2013, CoreCon HLAPI has been deprecated.

Syntax

HRESULT get_Count(
  long* pVal
);

Parameters

  • pVal
    [out, retval] Number of items in the collection.

Return Value

The following table shows return values for this method.

Value

Description

E_INVALIDARG

Indicates that pVal is null.

S_OK

Indicates the method returned the count.

Requirements

Header

ccdatastore.h

See Also

Reference

ICcCollection
Core Connectivity Interfaces