1. Vladimir K.
  2. PowerBuilder
  3. Thursday, 15 June 2023 16:00 PM UTC

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

Accepted Answer
John Fauss Accepted Answer Pending Moderation
  1. Thursday, 15 June 2023 17:34 PM UTC
  2. PowerBuilder
  3. # Permalink

Hi, Vladimir - 

The search bar at the top of the page can be your friend. I entered "citrix rdp" and this was one of the results returned:

https://community.appeon.com/index.php/qna/q-a/i-need-a-fx-that-tells-me-if-i-am-running-on-citrix?limitstart=0#reply-34080

I hope it helps.

Best regards, John

Comment
There are no comments made yet.
Vladimir K. Accepted Answer Pending Moderation
  1. Thursday, 15 June 2023 19:01 PM UTC
  2. PowerBuilder
  3. # 1

John - ?

Thank you.

Greatly appreciated .

 

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.