IExchangeClient::Uninitialize (Windows CE 5.0)
This method starts the shutdown procedure for the Exchange client library.
During shutdown, all requests that are pending and currently being processed are cancelled.
When the requests are cancelled and the library is ready to exit, the library calls the IExchangeClientRequestCallback::OnShutdown method.
Application code should not release its IExchangeClient reference until OnShutdown is called.
HRESULT Uninitialize();
Parameters
None.
Return Values
The following table shows possible return values:
Value | Description |
---|---|
OWAEC_E_NOTINITIALIZED | This instance of the Exchange client has not been initialized.
It must be initialized using the IExchangeClient::Initialize method. |
S_OK | The shutdown process was started successfully. |
Requirements
OS Versions: Windows CE 5.0 and later.
Header: IExchangeClient.h, IExchangeClient.idl.
Link Library: OWAExchangeClient.lib.
See Also
IExchangeClient | IExchangeClient | IExchangeClient::Initialize | IExchangeClientRequestCallback::OnShutdown
Send Feedback on this topic to the authors