<DllImport("wtsapi32.dll", CharSet:=CharSet.Auto, SetLastError:=True)> _
Private Shared Sub WTSCloseServer(ByVal hServer As IntPtr)
End Sub
User-Defined Types:
None.
Notes:
Call the WTSCloseServer function as part of your program's clean-up routine to close all the server handles opened by calls to the WTSOpenServer function.
Tips & Tricks:
Do not specify WTS_CURRENT_SERVER_HANDLE for hServer parameter.
Sample Code:
Please add some!
Alternative Managed API:
Do you know one? Please contribute it!
Closes an open handle to a terminal server opened by a call to the WTSOpenServer function.
3/26/2007 2:56:06 AM - -212.238.185.167
Closes an open handle to a terminal server opened by a call to the WTSOpenServer function.
3/26/2007 2:56:06 AM - -212.238.185.167
The WTSOpenServer function opens a handle to the specified terminal server.