INotifySink2::OnSyncCallReturn Method
Gets invoked when a call returns.
Syntax
HRESULT OnSyncCallReturn
(
[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 returned from. 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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.