UniversalDVC
UniversalDVC copied to clipboard
Universal Dynamic Virtual Channel connector for Remote Desktop Services
UniversalDVC connects successfully with Windows Remote Control Connection. But I can't connect it by using a windows form Remote Desktop ActiveX control. I follow this instruction to connect to Virtual...
At line [493](https://github.com/earthquake/UniversalDVC/blob/9b2f5c0b4bb5741363a1d9882e316b62f4dd55ed/UDVC-Plugin/UDVC-Plugin.cpp#L493) of UDVC-Plugin.cpp, an Event is being created, to be used in asynchronous I/O, when running in named pipe mode. However, `CloseHandle` is never called for this Event,...