ISmartCodeVNCViewer::Listening Property
Returns a value indicating whether a VNC control is listening for
incoming VNC server connections.
Syntax
HRESULT ISmartCodeVNCViewer::get_Listening(VARIANT_BOOL* pbListening);
Parameters
- pbConnected
- Pointer to a variable of type VARIANT_BOOL that рrepresents whether a VNC control is listening for connections.
Return Value
Returns S_OK if successful, or an error value otherwise.