IExchangeClientRequestCallback::OnShutdown (Windows CE 5.0)
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.
HRESULT OnShutdown();
Parameters
None.
Return Values
The Exchange client library ignores the return value generated by the application's implementation of this method.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: IExchangeClient.h, IExchangeClient.idl.
Link Library: OWAExchangeClient.lib.
See Also
IExchangeClientRequestCallback | IExchangeClient | IExchangeClient::Uninitialize
Send Feedback on this topic to the authors