.
.
.
The WTSVirtualChannelOpen function opens a handle to the server end of a specified virtual channel.
2/25/2008 3:51:19 AM - -61.144.54.40
.
static extern IntPtr WTSVirtualChannelOpen(IntPtr hServer, Int32 dwSessionID, IntPtr pChannelName);
.
Declare Function WTSVirtualChannelOpen Lib "wtsapi32.dll" (TODO) As TODO
.