Directory Services

IDsAdminNotifyHandler

The IDsAdminNotifyHandler interface is implemented by a Microsoft® Active Directory® administrative notification handler. This interface is used by the Active Directory Users and Computers MMC snap-in to notify registered handlers when certain events, such as deleting or renaming an object, occur. The snap-in creates an instance of this object by calling CoCreateInstance with the CLSID of the extension.

Methods in Vtable Order

The IDsAdminNotifyHandler interface inherits the methods of the standard COM interface IUnknown.

In addition, IDsAdminNotifyHandler defines the following methods.

Method Description
Initialize Called to initialize the notification handler.
Begin Called when an event, that the notification handler has requested, occurs.
End Called after the notification event has occurred. This method is called even if the notification process is cancelled.
Notify Called once for each object after the confirmation dialog box has been displayed and the notification handler was selected in the confirmation dialog box.

Requirements

Client: Included in Windows XP and Windows 2000 Professional.
Server: Included in Windows Server 2003 and Windows 2000 Server.
Header: Declared in Dsadmin.h.

See Also

CoCreateInstance