IABProvider::Shutdown

The IABProvider::Shutdown method cancels a connection to an active session.

Quick Info

See IABLogon : IUnknownF5._BF.

 

HRESULT Shutdown (

    ULONG FAR * lpulFlags

 

   )

 

 

Parameters

lpulFlags

Reserved; must be a pointer to zero.

 

Return Value

S_OK

The connection was successfully canceled.

 

Notes to Implementers

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