Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than wtsapi32, prefix the name with the module name and a period.
<DllImport("wtsapi32.dll", CharSet:=CharSet.Auto, SetLastError:=True)> _
Private Shared Function WTSOpenServer(ByVal pServerName As String) As IntPtr
End Function
User-Defined Types:
None.
Notes:
As always, only do SetLastError=true if you actually intend to call GetLastError.
When you are finished with the handle returned by WTSOpenServer, call the WTSCloseServer function to close it.
Tips & Tricks:
You do not need to open a handle for operations performed on the terminal server on which your application is running. Use the constant WTS_CURRENT_SERVER_HANDLE instead.
Sample Code:
Please add some!
When calling this function on xp sp2 its not working!!! any one know why is this????
Any other way to specify the custom credentials to connect to the remote server???
Alternative Managed API:
Do you know one? Please contribute it!
The WTSOpenServer function opens a handle to the specified terminal server.
4/8/2021 2:12:43 AM - -165.86.81.72
The WTSOpenServer function opens a handle to the specified terminal server.
4/8/2021 2:12:43 AM - -165.86.81.72
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
Please edit this page!
Do you have...
helpful tips or sample code to share for using this API in managed code?
corrections to the existing content?
variations of the signature you want to share?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more).