IMAPIClientShutdown::QueryFastShutdown

Applies to: Office 2010 | Outlook 2010 | Visual Studio

Queries the MAPI subsystem for fast shutdown support that is provided by loaded MAPI providers.

HRESULT QueryFastShutdown ();

Return Value

  • S_OK
    The MAPI subsystem supports the MAPI client to do fast shutdown.

  • MAPI_E_NO_SUPPORT
    The MAPI provider does not support the MAPI client to do fast shutdown.

Remarks

Whether the MAPI subsystem supports the MAPI client to do fast shutdown depends on the user's Windows registry setting or the default behavior of the MAPI client for fast shutdown. It also depends on the ability of the loaded MAPI providers to support fast shutdown. For more information, see Fast Shutdown User Options.

See Also

Reference

IMAPIClientShutdown : IUnknown

Concepts

Client Shutdown in MAPI