WTSCloseServer (wtsapi32)
Last changed: -212.238.185.167

.
Summary

C# Signature:

[DllImport("wtsapi32.dll")]
static extern void WTSCloseServer(IntPtr hServer);

VB Signature:

<DllImport("wtsapi32.dll")> _
Private Shared Sub WTSCloseServer(ByVal hServer As IntPtr)
End Sub

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation