 |
WTSCloseServer ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
Closes an open handle to a terminal server. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
void WTSCloseServer(
HANDLE hServer
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE WTSCloseServer IN Wtsapi32;
INTEGER hServer
|
 |
 |
 |
| Parameters: |
 |
hServer
[in] Handle to a terminal server opened by a call to the WTSOpenServer function. |
 |
 |
| Return value: |
 |
| This function does not return a value. |
 |
 |
| My comment: |
 |
| 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. |
 |
 |
| Word Index links for the WTSCloseServer : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2006-12-29 15:58:07 | | Modified: | 2006-12-29 15:59:48 | Visited in last 7 days: 12 |