IScVxCapabilities::Chat Property
Returns a value indicating whether the remote VNC server supports
VNC chat. You should call this method only when connection has been
established already.
Syntax
HRESULTÂ IScVxCapabilities::get_Chat(VARIANT_BOOL* pbSupport);
Parameters
- pbSupport
- Pointer to a variable of type VARIANT_BOOL that presents whether the VNC server supports VNC chat.
Return Value
Returns S_OK if successful, or an error value otherwise.