AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Zurück Delphi-PRAXiS Sprachen und Entwicklungsumgebungen Sonstige Fragen zu Delphi How can i close handle remote? (CloseHandle remote)
Thema durchsuchen
Ansicht
Themen-Optionen

How can i close handle remote? (CloseHandle remote)

Ein Thema von DelphiBerlin · begonnen am 30. Jul 2016 · letzter Beitrag vom 31. Jul 2016
 
DelphiBerlin

Registriert seit: 30. Jul 2016
1 Beiträge
 
#1

How can i close handle remote? (CloseHandle remote)

  Alt 30. Jul 2016, 15:57
Hello

Are possible close a remote handle of another process?
Example: I'm trying with this command

Delphi-Quellcode:
hProcess : THandle ;
begin
    hProcess := OpenProcess (PROCESSS_ALL_ACESS, false, RemotePID) ;
    CloseHandle (RemoteHandleID) {$1C}
   CloseHandle (hProcess) ;
end;
But the problem is, this works only on my process, closed the handle only on my process and don't killed the handle on the remote process {$1C}

Thank you!
  Mit Zitat antworten Zitat
 


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 13:48 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