Partager via


INotifySink2::OnSyncCallOut, méthode

Appelée lorsque l'appel est sortant.

HRESULT OnSyncCallOut
(
    [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 sortant. 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