Share via


IABProvider::Shutdown

Applies to: Office 2010 | Outlook 2010 | Visual Studio

Cancels a connection to an active session.

HRESULT Shutdown(
  ULONG FAR * lpulFlags
);

Parameters

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

Return Value

  • S_OK
    The connection was successfully canceled.

Notes to Implementers

In your implementation of the Shutdown method, perform whatever tasks you consider necessary. MAPI calls your Shutdown method only after you have released all your logon objects.

See Also

Reference

IABProvider : IUnknown