 |
WTSEnumerateSessions ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
Retrieves a list of sessions on a specified terminal server. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL WTSEnumerateSessions(
HANDLE hServer,
DWORD Reserved,
DWORD Version,
PWTS_SESSION_INFO* ppSessionInfo,
DWORD* pCount
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER WTSEnumerateSessions IN Wtsapi32;
INTEGER hServer,;
LONG Reserved,;
LONG RqVersion,;
LONG @ppSessionInfo,;
LONG @SICount
|
 |
 |
 |
| Parameters: |
 |
hServer
[in] Handle to a terminal server. Specify a handle opened by the WTSOpenServer function, or specify WTS_CURRENT_SERVER_HANDLE to indicate the terminal server on which your application is running.
Reserved
Reserved; must be zero.
Version
[in] Specifies the version of the enumeration request. Must be 1.
ppSessionInfo
[out] Pointer to a variable that receives a pointer to an array of WTS_SESSION_INFO structures.
pCount
[out] Pointer to the variable that receives the number of WTS_SESSION_INFO structures returned in the ppSessionInfo buffer. |
 |
 |
| Return value: |
 |
| If the function succeeds, the return value is a nonzero value. |
 |
 |
| My comment: |
 |
To free ppSessionInfo, call the WTSFreeMemory function.
See also: WTSEnumerateProcesses, WTSEnumerateServers. |
 |
 |
| Word Index links for the WTSEnumerateSessions : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2006-12-29 16:00:12 | | Modified: | 2006-12-29 16:04:20 | Visited in last 7 days: 10 |