INotifySink2::OnSyncCallExit Method
Gets invoked when exiting a call.
Syntax
HRESULT OnSyncCallExit
(
[in] CALL_ID in_CallID,
[out, size_is(, *out_pBufferSize)] BYTE** out_ppBuffer,
[out] DWORD* out_pBufferSize
);
Parameters
in_CallID
[in] ID of the call being exited. See CALL_ID Structure.
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
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.