Directory Services |
The IDsAdminNotifyHandler::Initialize method is called to initialize the notification handler.
HRESULT Initialize( IDataObject* pExtraInfo, ULONG* puEventFlags );
Value | Meaning |
---|---|
DSA_NOTIFY_DEL | Notify the handler when an object is deleted. |
DSA_NOTIFY_REN | Notify the handler when an object is renameed. |
DSA_NOTIFY_MOV | Notify the handler when an object has been moved. |
DSA_NOTIFY_PROP | Notify the handler when a property has been changed. |
DSA_NOTIFY_ALL | Notify the handler in response to all events. |
Client: Included in Windows XP and
Windows 2000 Professional.
Server: Included in Windows Server 2003 and
Windows 2000 Server.
Header: Declared in Dsadmin.h.
IDsAdminNotifyHandler, IDataObject