Hi,
I am using Windows server 2008 R2.
In my code segment, I am trying to open a Virtual channel using this api (WTSVirtualChannelOpenEx). Now I am not sure whether the virtual channel which I am trying to open exists or not. If it does not exists, what will be the behavior of this API? Will it return some error or will simply hang? And if it returns failure, what will it be?
Appreciate your help!
~S