WTSVirtualChannelOpen (wtsapi32)
Last changed: -61.144.54.40

.
Summary
The WTSVirtualChannelOpen function opens a handle to the server end of a specified virtual channel.

reference link: http://msdn2.microsoft.com/en-us/library/aa383849.aspx

C# Signature:

[DllImport("wtsapi32.dll", CharSet=CharSet.Auto, ExactSpelling=true, SetLastError=true)]
static extern IntPtr WTSVirtualChannelOpen(IntPtr hServer, Int32 dwSessionID, IntPtr pChannelName);

VB Signature:

Declare Function WTSVirtualChannelOpen Lib "wtsapi32.dll" (TODO) As TODO

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation