SmartCode ViewerX

IScVxCapabilities::FileTransfer Property


Returns a value indicating whether the remote VNC server supports VNC file transfers. You should call this method only when connection has been established already.

Syntax

HRESULT IScVxCapabilities::get_FileTransfer(VARIANT_BOOL* pbSupport);

Parameters

pbSupport
Pointer to a variable of type VARIANT_BOOL that presents whether the VNC server supports VNC file transfers.

Return Value

Returns S_OK if successful, or an error value otherwise.