![]() |
Re: Programm in Remote-Desktop-Session
Danke, damit werd ich's mal versuchen
|
Re: Programm in Remote-Desktop-Session
So kann man feststellen, ob man man unter einem Terminal Server läuft:
Delphi-Quellcode:
const
{$EXTERNALSYM SM_REMOTESESSION} SM_REMOTESESSION = $1000; // in Windows.pas nicht enthalten function IsRemoteTerminalServerSession:Boolean; begin result := GetSystemMetrics( SM_REMOTESESSION ) <> 0; end; |
Alle Zeitangaben in WEZ +1. Es ist jetzt 18:38 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz