Partager via


IDsAdminNotifyHandler::Notify, méthode (dsadmin.h)

La méthode IDsAdminNotifyHandler::Notify est appelée pour chaque objet une fois la boîte de dialogue de confirmation affichée et le gestionnaire de notification sélectionné dans la boîte de dialogue de confirmation.

Syntaxe

HRESULT Notify(
  [in] ULONG nItem,
  [in] ULONG uFlags
);

Paramètres

[in] nItem

Contient l’index de l’élément dans le membre aObjects de la structure DSOBJECTNAMES fournie dans la méthode IDsAdminNotifyHandler::Begin .

[in] uFlags

Contient les indicateurs fournis par le gestionnaire de notification dans la méthode IDsAdminNotifyHandler::Begin .

Valeur retournée

La valeur de retour de cette méthode est ignorée.

Spécifications

   
Client minimal pris en charge Windows Vista
Serveur minimal pris en charge Windows Server 2008
Plateforme cible Windows
En-tête dsadmin.h
DLL DSAdmin.dll

Voir aussi

DSOBJECTNAMES

IDsAdminNotifyHandler

IDsAdminNotifyHandler::Begin