INotifySink2::OnSyncCallEnter Method
Gets invoked when entering a call.
Syntax
HRESULT OnSyncCallEnter
(
[in] CALL_ID in_CallID,
[in, size_is(in_BufferSize)] BYTE* in_pBuffer,
[in] DWORD in_BufferSize
);
Parameters
in_CallID
[in] ID of the call being entered. See CALL_ID Structure.
in_pBuffer
[in] Call buffer.
in_BufferSize
[in] Size of the call buffer, in bytes.
Return Value
S_OK if the method succeeds.
Requirements
Header: ProtocolNotify2.idl
See also
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.