IXPProvider::Shutdown
Applies to: Office 2010 | Outlook 2010 | Visual Studio
Closes down a transport provider in an orderly fashion.
HRESULT Shutdown (
ULONG FAR * lpulFlags
);
Parameters
- lpulFlags
[in] Reserved; must be zero.
Return Value
- S_OK
The call succeeded in shutting down the transport provider.
Remarks
The MAPI spooler calls the IXPProvider::Shutdown method just prior to releasing a transport provider object. Before calling Shutdown, MAPI releases all logon objects for a provider.