Share via


IMSProvider::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 a message store provider in an orderly fashion.

HRESULT Shutdown(
  ULONG FAR * lpulFlags
);

Parameters

  • lpulFlags
    [in] Reserved; must be a pointer to zero.

Return Value

  • S_OK
    The call succeeded and returned the expected value or values.

Remarks

MAPI calls the IMSProvider::Shutdown method just before releasing the message store provider object. MAPI releases all logon objects for a provider before calling Shutdown for that provider.

See Also

Reference

IMSProvider : IUnknown