IExchangeClientDataItemArray::GetItemCount (Windows Embedded CE 6.0)
1/6/2010
This method provides the number of data items represented by this instance of IExchangeClientDataItemArray.
Syntax
HRESULT GetItemCount(
UINT* pcItems
);
Parameters
- pcItems
[out, retval] Number of data items in the array.
Return Value
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
Header | iexchangeclient.h, iexchangeclient.idl |
Library | OWAExchangeClient.lib |
Windows Embedded CE | Windows CE 5.0 and later |