/ Published in: Delphi
Expand |
Embed | Plain Text
function IsRemoteSession: boolean; const sm_RemoteSession = $1000; begin result := GetSystemMetrics(sm_RemoteSession) <> 0; end;
You need to login to post a comment.
function IsRemoteSession: boolean; const sm_RemoteSession = $1000; begin result := GetSystemMetrics(sm_RemoteSession) <> 0; end;
You need to login to post a comment.