ISmartCodeVNCViewer::OnDisableRemoteInputChanged Event
Fired when ViewerX receives "Disable Remote Input" state from VNC server.
Syntax
HRESULT OnDisableRemoteInputChanged(VARIANT_BOOL remoteInputEnabled);
Parameters
- remoteInputEnabled
- Equals to VARIANT_TRUE if "remote input" is enabled and VARIANT_FALSE if "remote input" is disabled.
Return Value
Returns S_OK if successful, or an error value otherwise.