AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Zurück Delphi-PRAXiS Suchfunktion Ergebnis der Suchanfrage

Ergebnis der Suchanfrage


Datum des Suchindex: Heute, 16:17

Parameter dieser Suchanfrage:

Suche in Thema: TerminateProcess not working correctly....
Suche alle Beiträge, die von "FaNIX" geschrieben wurden
• Suchmethode: "Suche nach allen Begriffen"
• Nach Datum (firstpost) sortiert
• Zeige Treffer als Beiträge
Zeige 5 von insges. 5 Treffern
Suche benötigte 0.008s

Es liegen Ergebnisse in folgenden Bereichen vor:

  • Forum: Win32/Win64 API (native code)

    Re: TerminateProcess not working correctly....

      Delphi
      by FaNIX, 22. Okt 2007
    Ahhh genius!!! It work's perfectly... thanks mate!


    try
    //Create the Desktop
    Desktop.CreateDesktop(VIRTUAL_DESKTOP);

    FillChar(sinfo, SizeOf(sinfo), 0);
    sinfo.cb := SizeOf(sinfo);
    sinfo.lpDesktop := PChar(VIRTUAL_DESKTOP);
  • Forum: Win32/Win64 API (native code)

    Re: TerminateProcess not working correctly....

      Delphi
      by FaNIX, 22. Okt 2007
    Let me just clear something:

    I don't want to Terminate Application 2 inside Application 1, i basiclly just want to check inside application 1 if application 2 is still running or not?
  • Forum: Win32/Win64 API (native code)

    Re: TerminateProcess not working correctly....

      Delphi
      by FaNIX, 22. Okt 2007
    Thanks for your reply, but im not sure how to use this code?

    What im trying to accomplish is this:

    I have 2 applications, Application 1 will create a process(Application 2). A timer inside application 1 will then check every 3seconds if application 2 is still running, thats basicly what i want to do, it's quite simple. So Application 1 does have the ProcessID and the Handle of Application...
  • Forum: Win32/Win64 API (native code)

    Re: TerminateProcess not working correctly....

      Delphi
      by FaNIX, 22. Okt 2007
    I wish it was that, but it's not, even after 10s it still picks up the process, even though it's not running... Maybe it's because im using the same hProcess Handle? And the crap part of this is, is that the GetProcessID DOESN'T work in Windows 2000
  • Forum: Win32/Win64 API (native code)

    TerminateProcess not working correctly....

      Delphi
      by FaNIX, 22. Okt 2007
    Hi, i wonder if anyone can help me:

    When i create a process, i use TerminateProcess to terminate the given process. This works fine, the process is killed correctly. Now i want to check to see if the process as killed, by using the OpenProcess API call, but for some FUNNY reason, OpenProcess does return a value, which should not happen, as the process does not exist.. Please can anyone help me...


URL zu dieser Suchanfrage:

https://www.delphipraxis.net/dp_search.php?do=usersearch&search_username=FaNIX&search_exact_username=1&search_sortby=dateline&search_resulttype=post&search_matchmode=0&searchthreadid=102009
Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 16:37 Uhr.
Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz