ISmartCodeVNCViewer2::RemoteInputEnabled Property
Enables or disables remote input. UltraVNC server specific feature.
Syntax
HRESULT ISmartCodeVNCViewer2::get_RemoteInputEnabled(VARIANT_BOOL* pbEnable); HRESULT ISmartCodeVNCViewer2::put_RemoteInputEnabled(VARIANT_BOOL bEnable);
Parameters
- pbEnable
- Pointer to a variable of type VARIANT_BOOL that receives remote input status.
- bEnable
- VARIANT_BOOL that enables or disables remote input.
Return Value
Returns S_OK if successful, or an error value otherwise.