Skip to content

Latest commit

 

History

History
63 lines (37 loc) · 1.24 KB

iablogon-logoff.md

File metadata and controls

63 lines (37 loc) · 1.24 KB
title manager ms.date ms.audience ms.topic ms.service ms.localizationpriority api_name api_type ms.assetid
IABLogonLogoff
lindalu
11/16/2014
Developer
reference
office-online-server
medium
IABLogon.Logoff
COM
a36465e2-7be9-4bd6-8091-685f0a045aa9

IABLogon::Logoff

Applies to: Outlook 2013 | Outlook 2016

Initiates the logoff process.

HRESULT Logoff(
  ULONG ulFlags
);

Parameters

ulFlags

[in] 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 the IMAPISession::Logoff method to end a session. MAPI then calls each address book provider's IABLogon::Logoff method to start the logoff process.

The IABLogon::Logoff method does the following:

  • 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 a Service Provider.

See also

IABProvider::Logon

IABLogon : IUnknown