Hello All.
We already checking:
FUNCTION int GetSystemMetrics(int indexnum) LIBRARY "user32.dll"
integer SM_REMOTESESSION = 4096 // remote session
IF GetSystemMetrics(SM_REMOTESESSION)> 0 THEN // on terminal server, skip version check ...
return false
END IF
Is there a way to get more fine grained information on the type of remote session?
Thank you very match for any leads.
Sincerely
Vlad