IExchangeClientRequestCallback::OnShutdown (Windows Embedded CE 6.0)
1/6/2010
The Exchange client library calls this method when a shutdown, initiated by the IExchangeClient::Uninitialize method, is complete.
When the client library calls this method, application code that uses the library can release its IExchangeClient interface pointer.
Syntax
HRESULT OnShutdown();
Parameters
None.
Return Value
The Exchange client library ignores the return value generated by the application's implementation of this method.
Requirements
Header | iexchangeclient.h, iexchangeclient.idl |
Library | OWAExchangeClient.lib |
Windows Embedded CE | Windows CE 5.0 and later |
See Also
Reference
IExchangeClientRequestCallback
IExchangeClient
IExchangeClient::Uninitialize