ISmartCodeVNCViewer::ScaleEnable Property
Sets or retrieves status of the standard VNC viewer screen scaling
mode.
Syntax
HRESULT ISmartCodeVNCViewer::get_ScaleEnable(VARIANT_BOOL* pbScale); HRESULT ISmartCodeVNCViewer::put_ScaleEnable(VARIANT_BOOL bScale);
Parameters
- pbScale
- Pointer to a variable of type VARIANT_BOOL that screen scaling status.
- bScale
- VARIANT_BOOL that enables or disables screen scaling.
Return Value
Returns S_OK if successful, or an error value otherwise.