IExchangeClientRequest::GetDataItemArray (Windows CE 5.0)

Send Feedback

This method provides the data returned by a completed and successful request.

HRESULT GetDataItemArray(  IExchangeClientDataItemArray** ppiArray);

Parameters

  • ppiArray
    [out, retval] Pointer to a caller-supplied variable that this method uses to return a reference to an IExchangeClientDataItemArray instance that contains the data returned by the request.

Return Values

The following table shows possible return values:

Value Description
E_POINTER The address in ppiArray is not valid.
OWAEC_E_NODATA The request has not finished processing or has failed, so no data is available.
S_OK The request was submitted successfully.

Remarks

The information obtained using the ppiArray parameter of this method can be accessed using the IExchangeClientDataItemArray::GetItemAt method.

The data obtained from GetItemAt can then be queried for the data interface appropriate for the type of request.

For a complete list of steps necessary to retrieve information using this method, see the Remarks section of the IExchangeClient documentation.

Requirements

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

See Also

IExchangeClientRequest | IExchangeClient | IExchangeClientDataItemArray::GetItemAt | ExchangeClientRequestType

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.