IXPProvider::Shutdown

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

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.

See Also

Reference

XPProviderInit

IXPProvider : IUnknown