Download for Windows Premium
Advertising
CreateProcess -Funktion

Translation of "CreateProcess -Funktion" in English

We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
CreateProcess function
Verwenden Sie zu diesem Zweck die CreateProcess -Funktion statt der Shell -Funktion, um das Shellprogramm zu starten.
To accomplish this, use the CreateProcess function instead of the Shell function to begin your shelled program.
Die Syntax der CreateProcess -Funktion ist komplex. Aus diesem Grund ist Sie im Beispielcode in eine als ExecCmd bezeichnete Funktion gekapselt. ExecCmd akzeptiert als einzigen Parameter die Befehlszeile der auszuführenden Anwendung.
The syntax of the CreateProcess function is complex, so in the example code, it is encapsulated into a function called ExecCmd. ExecCmd takes one parameter, the command line of the application to execute.
Die folgenden Schritte sind erforderlich, um eine VBA-Prozedur zu erstellen, die die CreateProcess -Funktion zum Ausführen der Anwendung Windows Editor verwendet.
The following steps are necessary to build a VBA procedure that uses the CreateProcess function to run the Windows Notepad application.
Nachdem Sie die CreateProcess -Funktion verwendet haben, um ein Prozesshandle zu erhalten, können Sie das Handle an die WaitForSingleObject -Funktion übergeben.
After you use the CreateProcess function to get a process handle, you can pass that handle to the WaitForSingleObject function.
Nachdem Sie die CreateProcess -Funktion verwendet haben, um ein Prozesshandle zu erhalten, können Sie das Handle an die WaitForSingleObject -Funktion übergeben. Dies führt dazu, dass die Ausführung durch die VBA-Prozedur angehalten wird, bis der Shellprozess beendet wurde.
After you use the CreateProcess function to get a process handle, you can pass that handle to the WaitForSingleObject function. This causes your VBA procedure to suspend execution until the shelled process ends.
No results found for this meaning.

Synonyms and analogies of "CreateProcess -Funktion" in German

Advertising

Results: 5. Exact: 5. Elapsed time: 155 ms.

Word index: 1-300, 301-600, 601-900

Expression index: 1-400, 401-800, 801-1200

Phrase index: 1-400, 401-800, 801-1200