IABProvider::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.

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