WTSVirtualChannelWrite (wtsapi32)
Last changed: anonymous

.
Summary
Windows Terminal Services Virtual Channel Write—Writes data to the server end of a virtual channel.

C# Signature:

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

VB Signature:

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