INotifySink2::OnSyncCallOut Method

Gets invoked when a call is out.

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

Parameters

  • out_ppBuffer
    [out] Call buffer.
  • out_pBufferSize
    [out] Size of the call buffer, in bytes.

Return Value

S_OK if the method succeeds.

Requirements

Header: ProtocolNotify2.idl

See Also

Reference

INotifySink2 Interface
INotifySource2 Interface
INotifyConnection2 Interface