ISmartCodeVNCViewer3::CacheEncoding Property
Sets or retrieves the value indicating whether Cache encoding is
enabled.
Syntax
HRESULT ISmartCodeVNCViewer3::get_CacheEncoding(VARIANT_BOOL* pbAllow);
HRESULT ISmartCodeVNCViewer3::put_CacheEncoding(VARIANT_BOOL bAllow);
Parameters
- pbAllow
- Pointer to a variable of type VARIANT_BOOL that receives Cache encoding status.
- bAllow
- VARIANT_BOOL that enables or disables Cache encoding.
Return Value
Returns S_OK if successful, or an error value otherwise.