/ Published in: Delphi
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
function IsRemoteSession: boolean;
const
sm_RemoteSession = $1000;
begin
result := GetSystemMetrics(sm_RemoteSession) <> 0;
end;
Comments
 Subscribe to comments
                    Subscribe to comments
                
                