ISmartCodeVNCViewer::Connected Property
Returns a value indicating whether a VNC control is connected.
Syntax
HRESULT ISmartCodeVNCViewer::get_Connected(VARIANT_BOOL* pbConnected);
Parameters
- pbConnected
- Pointer to a variable of type VARIANT_BOOL that presents whether a VNC control is connected.
Return Value
Returns S_OK if successful, or an error value otherwise.