IIdentityChangeNotify interface

[The IIdentityChangeNotify interface is available for use in Windows 2000. In Windows XP, this functionality has been superseded by User Accounts with Fast User Switching and Remote Desktop, and might be altered or unavailable in subsequent versions.]

Deprecated. Provides notification of modifications to user identities on the system, as well as user requests to switch the current user identity.

Members

The IIdentityChangeNotify interface inherits from the IUnknown interface. IIdentityChangeNotify also has these types of members:

Methods

The IIdentityChangeNotify interface has these methods.

Method Description
IdentityInformationChanged Deprecated. Called when information about a user identity has changed, or when a user identity has been added or deleted.
QuerySwitchIdentities Deprecated. Called when the current user has requested that their user identity be switched, but before the switch occurs.
SwitchIdentities Deprecated. Called when user identities are switched.

 

Remarks

To implement notifications, a derived interface must connect to the IUserIdentityManager by calling IConnectionPoint::Advise and by passing a pointer to the interface.

Requirements

Requirement Value
Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
Header
Msident.h
IDL
Msident.idl
DLL
Msoe.dll

See also

IUserIdentityManager

IConnectionPoint