IExchangeClientRequest::GetType (Windows Embedded CE 6.0)
1/6/2010
This method provides the type of the request.
Syntax
HRESULT GetType(
enum ExchangeClientRequestType* pecrt
);
Parameters
pecrt
[out, retval] Pointer to an ExchangeClientRequestType value that indicates the type of the request type.This value is set when the request is initiated using an IExchangeClient request initiation method, like IExchangeClient::RequestContacts.
Return Value
The following table shows possible return values:
Value | Description |
---|---|
E_POINTER |
The address in pecrt is not valid. |
S_OK |
The type was returned successfully. |
Requirements
Header | iexchangeclient.h, iexchangeclient.idl |
Library | OWAExchangeClient.lib |
Windows Embedded CE | Windows CE 5.0 and later |
See Also
Reference
IExchangeClientRequest
ExchangeClientRequestType
IExchangeClient
IExchangeClient::RequestContacts