ISmartCodeVNCViewer::SetDormant Function
Sets a dormant mode. When the control is in a dormant mode, no
screen updates will be send from server.
Syntax
HRESULT ISmartCodeVNCViewer::SetDormant(VARIANT_BOOL bDormant);
Parameters
bDormant Enables or disables dormant mode.
Return Value
Returns S_OK if successful, or an error value otherwise.