Hello All,
I am using RDP for connection b/w Win 2k3 server and thin client. I have registered a Dll at client side for RDP Virtual Channel connection & a EXE on server side for communication with the DLL on the client side.
Please explain how API’s such as VirtualChannelOpen, VirtualChannelWrite for opening virtual channel or writing on virtual channel works. Whether internally they use Windows Socket or write directly on NDIS buffer.
If WinSock is used then whether a new connection is created b/w server and client when we call VirtualChannelOpen or earlier TCP connection created for RDP session is used.
Thanks in advance.
Vibhor Mahajan