Condividi tramite


Metodo EventSource::Add

Aggiunge il gestore eventi rappresentato dall'interfaccia specificata del delegato all'insieme di gestori eventi per l'oggetto corrente di EventSource.

HRESULT Add(
   _In_ TDelegateInterface* delegateInterface,
   _Out_ EventRegistrationToken* token
);

Parametri

  • delegateInterface
    L'interfaccia a un oggetto delegato, che rappresenta un gestore eventi.

  • token
    Quando questa operazione finisce, handle che rappresentano l'evento.Utilizzare questo token come parametro al metodo Rimuovere() per rimuovere il gestore eventi.

Valore restituito

S_OK se ha esito positivo; in caso contrario, un HRESULT, che indica l'errore.

Requisiti

Header: event.h

Namespace: Microsoft::WRL

Vedere anche

Riferimenti

Classe EventSource