Compartilhar via


Método INotifySink2::OnSyncCallExit

É chamado quando você sair de uma telefonar.

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

Parâmetros

  • in_CallID
    [in] ID da telefonar que está sendo encerrada. SeeEstrutura CALL_ID.

  • out_ppBuffer
    [out] telefonar buffer.

  • out_pBufferSize
    [out] dimensionar do buffer telefonar, em bytes.

Valor de retorno

S_OK se o método for bem-sucedido.

Requisitos

Cabeçalho: ProtocolNotify2.idl

Consulte também

Referência

Interface INotifySink2

Interface INotifySource2

Interface INotifyConnection2