IABProvider::Shutdown

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

Quick Info

See IABProvider : IUnknown.

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 IABProvider::Shutdown, perform whatever tasks you deem necessary. MAPI calls your IABProvider::Shutdown method only after you have released all of your logon objects.