Share via


IExchangeClientRequest::GetDataItemArray (Windows Embedded CE 6.0)

1/6/2010

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

Syntax

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 Value

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

Header iexchangeclient.h, iexchangeclient.idl
Library OWAExchangeClient.lib
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

IExchangeClientRequest
IExchangeClient
IExchangeClientDataItemArray::GetItemAt
ExchangeClientRequestType