Partager via


INotifySink2::OnSyncCallExit, méthode

Appelée lors de la sortie d'un appel.

HRESULT OnSyncCallExit
(
    [in]  CALL_ID   in_CallID,
    [out, size_is(, *out_pBufferSize)] BYTE**  out_ppBuffer,
    [out] DWORD*    out_pBufferSize
);

Paramètres

  • in_CallID
    [in] ID de l'appel qui est quitté. Consultez CALL_ID, structure.

  • out_ppBuffer
    [out] Mémoire tampon des appels.

  • out_pBufferSize
    [out] Taille, en octets, de la mémoire tampon des appels.

Valeur de retour

S_OK si la méthode réussit.

Configuration requise

En-tête : ProtocolNotify2.idl

Voir aussi

Référence

INotifySink2, interface

INotifySource2, interface

INotifyConnection2, interface