IABLogon::Logoff

The IABLogon::Logoff method initiates the logoff process.

Quick Info

See IABLogon : IUnknownF5._BF.

 

HRESULT Logoff(

    ULONG ulFlags

 

   )

 

 

Parameters

ulFlags

Reserved; must be zero.

 

Return Value

S_OK

The logoff process was successfully initiated.

 

Remarks

The logoff process is typically started when a client calls IMAPISession::Logoff1CNFFQP to end a session. MAPI then calls each address book provider s IABLogon::Logoff method to start the logoff process.

IABLogon::Logoff:

    Releases all open objects, such as any subobjects or the status object.

    Releases the provider s support object.

 

For more information about the logoff process of address book providers, see Shutting Down Service Providers3JJ316.

See Also

IABProvider::Logon