DotNet版 - How to write Virtual Channel Application |
|
|
|
|
|
h****r 发帖数: 2056 | 1 Anyone can show an example on how to write an application using
Terminal Services, especially on Virtual Channel.
I Can not get examples by google.
Thanks a lot. | L*******r 发帖数: 1011 | 2 MSDN has articles about implementing virtual channel.
Read API descirptions:
WTSVirtualChannelClose Closes an open virtual channel handle.
WTSVirtualChannelPurgeInput Purges all queued input data sent from the client
to the server on a specific virtual channel.
WTSVirtualChannelPurgeOutput Purges all queued output data sent from the
server to the client on a specific virtual channel.
WTSVirtualChannelQuery Returns information about a specified virtual channel.
WTSVirtualChannelRead Reads data fr
【在 h****r 的大作中提到】 : Anyone can show an example on how to write an application using : Terminal Services, especially on Virtual Channel. : I Can not get examples by google. : Thanks a lot.
|
|
|
|
|
|