IExchangeClientDataItemArray::GetItemCount (Windows CE 5.0)
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
Send Feedback on this topic to the authors