IRendezvousSession::Terminate method (rendezvoussession.h)
Terminates the remote RendezvousApplication.
Syntax
HRESULT Terminate(
[in] HRESULT hr,
[in] BSTR bstrAppData
);
Parameters
[in] hr
The HRESULT from the application termination.
[in] bstrAppData
Application data.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | rendezvoussession.h |