IExchangeClientDataItemArray::GetItemCount (Windows CE 5.0)

Send Feedback

This method provides the number of data items represented by this instance of IExchangeClientDataItemArray.

HRESULT GetItemCount(  UINT* pcItems);

Parameters

  • pcItems
    [out, retval] Number of data items in the array.

Return Values

The following table shows possible return values:

Value Description
E_POINTER The address in pcItems is not valid.
S_OK The number of items was returned successfully.

Requirements

OS Versions: Windows CE 5.0 and later.
Header: IExchangeClient.h, IExchangeClient.idl.
Link Library: OWAExchangeClient.lib.

See Also

IExchangeClientDataItemArray

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.