.
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!
The WTSOpenServer function opens a handle to the specified terminal server.
6/6/2013 4:55:37 PM - -203.99.50.98
