[笔记]远程终端API,Terminal Services Administration
摘要: The Terminal Services API enables you to enumerate and manage Terminal Servers, client sessions, and processes.
To retrieve the names of all the Terminal Servers in a domain, call the NetServerEnum function to enumerate servers of the SV_TYPE_TERMINALSERVER type. To open a handle to a specific Terminal Server, pass the server name in a call to the WTSOpenServer function. Call the WTSCloseServer function to close the handle when you are finished with it.
阅读全文
posted @
2007-07-08 00:41 xerwin 阅读(710) |
评论 (3) 编辑