Compartir a través de


INotifySink2::OnSyncCallExit (Método)

Se invoca al salir de una llamada.

Sintaxis

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. de la llamada de la que se sale. Vea CALL_ID Structure.

out_ppBuffer
[out] Búfer de llamadas.

out_pBufferSize
[out] Tamaño en bytes del búfer de llamadas.

Valor devuelto

S_OK si el método se ejecuta correctamente.

Requisitos

Encabezado: ProtocolNotify2.idl

Consulte también