Share via


_XRValueCollectionBaseT.GetCount(int *) (Compact 7)

3/12/2014

This method obtains the number of XRValue objects in the collection.

Syntax

HRESULT STDMETHODCALLTYPE GetCount(
int * pCount)

Parameters

  • pCount
    [out] The number of XRValue objects in the collection.

Return Value

The following table shows the possible return values.

Value Description

S_OK

The method succeeded.

E_POINTER

The pCount parameter is not valid.

Requirements

Header

XRCollection.h

See Also

Reference

_XRValueCollectionBaseT<IFace,ItemType,ItemComparer,ItemConverter,ItemLifeManager>
_XRValueCollectionBaseT.GetItem(int,XRValue *)
_XRValueCollectionBaseT.IndexOf(XRValue *,int *)