WTSVirtualChannelClose (wtsapi32)
Last changed: anonymous

.
Summary
The WTSVirtualChannelClose function closes an open virtual channel handle.

C# Signature:

[DllImport("wtsapi32.dll", CharSet=CharSet.Auto, SetLastError=true)]
static extern Int32 WTSVirtualChannelClose(IntPtr hChannelHandle);

VB Signature:

Declare Function WTSVirtualChannelClose 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