ISmartCodeVNCViewer::DisableClipboard Property
Sets or returns a value indicating whether clipboard .
Syntax
HRESULT ISmartCodeVNCViewer::get_DisableClipboard(VARIANT_BOOL* pbClip); HRESULT ISmartCodeVNCViewer::put_DisableClipboard(VARIANT_BOOL bClip);
Parameters
- pbClip
- Pointer to a variable of type VARIANT_BOOL that receives clipboard transfer status.
- bClip
- VARIANT_BOOL that enables or disables clipboard transfer.
Return Value
Returns S_OK if successful, or an error value otherwise.