RE: Detecting a Terminal Server session
- From: wawang@xxxxxxxxxxxxxxxxxxxx (Walter Wang [MSFT])
- Date: Fri, 11 May 2007 03:23:45 GMT
Hi Mike,
You probably are running with Fast User Switching feature on XP. Please
note fast user switching is implemented using Terminal Service sessions.
The first user to log on uses session zero, the next user to log on uses
session one, and so on.
The most reliable way to get client name is to use
WTSQuerySessionInformation:
#WTSQuerySessionInformation
http://msdn2.microsoft.com/en-us/library/aa383838.aspx
However, I understand this might be too complicated to call WTS api in VB6
than simply checking for the environment variables. Actually, in your case,
I think simply checking for the CLIENTNAME environment variable will be
suffice to determine if it's a terminal session and what's the client name.
You can also check if it's realy running under a terminal session or not by
using another simpler API GetSystemMetrics:
#Detecting the Terminal Services Environment
http://msdn2.microsoft.com/en-us/library/aa380798.aspx
Hope this helps.
Sincerely,
Walter Wang (wawang@xxxxxxxxxxxxxxxxxxxx, remove 'online.')
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications. If you are using Outlook Express, please make sure you clear the
check box "Tools/Options/Read: Get 300 headers at a time" to see your reply
promptly.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
.
- Follow-Ups:
- RE: Detecting a Terminal Server session
- From: Walter Wang [MSFT]
- RE: Detecting a Terminal Server session
- Prev by Date: Re: SetFilePointer - anyone seen this before
- Next by Date: Combobox: WM_SETTEXT doesn't work while Sendkeys works ???
- Previous by thread: Re: SetFilePointer - anyone seen this before
- Next by thread: RE: Detecting a Terminal Server session
- Index(es):
Relevant Pages
|