English
Source / code snippets

terminate Externe programs started

 

CompileMarkSeparation
Source wurde am 15.07.2007 aus der MMJ-Quellcodesammlung (Dietmar Horn) in die Babyklappe auf XProfan.Com abgelegt:
Programme: Externe Programme starten und beenden
PRFellow-Vorlage
Autor: Thomas Hölzer
Grundgerüst für CreateProcess und Terminierung eines ext. Prozesses
(Standardfunktion in Win32 zum Starten externer Prozesse
Für zahlreiche Optionen und Auswertungsmöglichkeiten
siehe win32.hlp zu CreateProcess)
Die Funktion FillStringNull$ ist ein Behelf für
Versionen unter 6.5, die den CLEAR-Befehl nicht haben
Def CreateProcess(10) !KERNEL32,CreateProcessA
Def GetExitCodeProcess(2) !KERNEL32,GetExitCodeProcess
Def TerminateProcess(2) !KERNEL32,TerminateProcess
Def FillStringNull$(1) Translate$(Space$(%(1)),Chr$(32),Chr$(0))
Declare Command#,StartupInfo#,ProcessInfo#,ExitCode#

Proc CreateProcess

    Parameters command$
    Declare handle&
    Dim Command#,Add(Len(command$),1)
    Dim StartupInfo#,1068
    String startupinfo#,0=FillStringNull$(68)
    Clear startupinfo#  gibt mit 6.5 Schutzverletzung!
    Long StartupInfo#,0=68
    Dim ProcessInfo#,16
    Clear ProcessInfo#
    String startupinfo#,0=FillStringNull$(16)
    String Command#,0=command$
    CreateProcess(0,Command#,0,0,0,0,0,0,StartupInfo#,ProcessInfo#)
    Let handle&=Long(ProcessInfo#,0)
    Dispose Command#
    Dispose StartupInfo#
    Dispose ProcessInfo#
    Return handle&

EndProc

Proc KillProcess

    Parameters hprocess&
    Dim exitcode#,4
    GetExitCodeProcess(hprocess&,exitcode#)
    TerminateProcess(hprocess&,Long(exitcode#,0))
    Dispose exitcode#

EndProc

Beispiel
Declare processhandle&
CreateProcess Add$($WinPath,NOTEPAD.EXE)
Let processhandle&=&(0)
Print Nach beliebiger Eingabe wird Notepad wieder abgeschossen!
WaitInput
KillProcess processhandle&
Repaint
WaitInput
 
07/16/07  
 



Zum Quelltext


Topictitle, max. 100 characters.
 

Systemprofile:

no Systemprofil laid out. [anlegen]

XProfan:

 Posting  Font  Smilies  ▼ 

Please register circa a Posting To verfassen.
 

Topic-Options

2.118 Views

Untitledvor 0 min.
Thomas Freier01/23/24
Sebald Grandjean03/11/23
Tommy03/26/22
Christof Neuß10/30/19
More...

Themeninformationen

this Topic has 1 subscriber:

unbekannt (1x)


Admins  |  AGB  |  Applications  |  Authors  |  Chat  |  Privacy Policy  |  Download  |  Entrance  |  Help  |  Merchantportal  |  Imprint  |  Mart  |  Interfaces  |  SDK  |  Services  |  Games  |  Search  |  Support

One proposition all XProfan, The there's!


My XProfan
Private Messages
Own Storage Forum
Topics-Remember-List
Own Posts
Own Topics
Clipboard
Log off
 Deutsch English Français Español Italia
Translations

Privacy Policy


we use Cookies only as Session-Cookies because of the technical necessity and with us there no Cookies of Drittanbietern.

If you here on our Website click or navigate, stimmst You ours registration of Information in our Cookies on XProfan.Net To.

further Information To our Cookies and moreover, How You The control above keep, find You in ours nachfolgenden Datenschutzerklärung.


all rightDatenschutzerklärung
i want none Cookie