IRendezvousSession::SendContextData method (rendezvoussession.h)
Sends the context data to the remote RendezvousApplication.
Syntax
HRESULT SendContextData(
[in] BSTR bstrData
);
Parameters
[in] bstrData
A BSTR specifying context data for the application.
Return value
This method can return one of these values.
Return code | Description |
---|---|
|
The context data was sent successfully. |
|
The context data passed to the method is not valid. |
|
There is not enough memory available to send the context data. |
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 |