WTSVirtualChannelRead (wtsapi32)
Last changed: anonymous

.
Summary
Windows Terminal Services Virtual Channel Read—Reads data from the server end of a virtual channel.

C# Signature:

[DllImport("wtsapi32.dll", SetLastError=true)]
static extern bool WTSVirtualChannelRead(IntPtr channelHandle, byte[] buffer, int length, ref int bytesRead);

VB Signature:

Declare Function WTSVirtualChannelRead 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
SeeAlso