SmartCode ViewerX

IScVxCapabilities::EnableRemoteInput Function


Returns TRUE if the remote server supports enable/disable remote input feature. Supported by UltraVNC server only.

Syntax

HRESULT IScVxCapabilities::get_EnableRemoteInput(VARIANT_BOOL* pbSupport);

Parameters

pbSupport
Pointer to a variable of type VARIANT_BOOL that presents whether the VNC server supports mouse and keyboard input enabling/disabling.

Return Value

Returns S_OK if successful, or an error value otherwise.