IDsAdminNotifyHandler interface (dsadmin.h)

The IDsAdminNotifyHandler interface is implemented by an 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.

Inheritance

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

Methods

The IDsAdminNotifyHandler interface has these methods.

 
IDsAdminNotifyHandler::Begin

The IDsAdminNotifyHandler::Begin method is called when an event that the notification handler has requested is occurring. The notification handler specifies the events to receive notifications for when IDsAdminNotifyHandler::Initialize is called.
IDsAdminNotifyHandler::End

The IDsAdminNotifyHandler::End method is called after the notification event has occurred. This method is called even if the notification process is canceled.
IDsAdminNotifyHandler::Initialize

Called to initialize the notification handler.
IDsAdminNotifyHandler::Notify

Called for each object after the confirmation dialog box has been displayed and the notification handler is selected in the confirmation dialog box.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Target Platform Windows
Header dsadmin.h

See also

CoCreateInstance