IUserAccountChangeCallback interface

Exposes a method which is called when the picture that represents a user account is changed.

Members

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

Methods

The IUserAccountChangeCallback interface has these methods.

MethodDescription
OnPictureChange

Called to send notifications when the picture that represents a user account is changed.

 

Remarks

Applications that want to notify users through this interface can add their class identifier (CLSID) strings as values under this key:

HKEY_LOCAL_MACHINE
   SOFTWARE
      Microsoft
         Windows
            CurrentVersion
               UserPictureChange

The values under this key are enumerated to create this callback object.

Requirements

Minimum supported client

Windows 7 [desktop apps only]

Minimum supported server

Windows Server 2008 R2 [desktop apps only]

Header

Shobjidl.h

IDL

Shobjidl.idl

 

 

Show: