Lewis
Mary
"Lewis Wong" <le...@eastop.com> wrote in message
news:86s3qs$s7v$1...@news.hk.linkage.net...
If your only need is to detect whether you are remote or not, and if you are
a programmer, this is it:
if (GetSystemMetrics(SM_REMOTESESSION))
/* Remote session */
else
/* Local session */
There are also techniques to determine the remote sessions identity, but
that's another story.
Cheesle
Lewis
Correct, you should get the platform SDK for Win2000, that would solve the
issue. In the meantime, you could always give 0x1000 a try...
Cheesle
Lewis
"Cheesle" <che...@online.NoSpamPlease.no> 撰寫於郵件
news:8728ki$2ie$1...@news.cerf.net...