[id(271), helpstring("Selects single window to show by a remote VNC server. If bSelect equals TRUE, then ViewerX changes to 'select single window mode'. If bSelect equals FALSE, then the whole desktop will be shown.")]HRESULT ISmartCodeVNCViewer2::SelectSingleWindow(VARIANT_BOOL bSelect);
and
[propget, id(603), helpstring("Returns true if remote server allow a client to select single window. Currently supported by UltraVNC server.")]HRESULT IScVxCapabilities::SelectSingleWindow([out, retval]VARIANT_BOOL* pbEnabled); Regards,