Einzelnen Beitrag anzeigen

Benutzerbild von turboPASCAL
turboPASCAL

Registriert seit: 8. Mai 2005
Ort: Sondershausen
4.274 Beiträge
 
Delphi 6 Personal
 
#4

Re: CreateProcess mit Parameterübergabe?

  Alt 22. Feb 2006, 22:53
MSDN-Library durchsuchenCreateProcess

Code:
BOOL [b]CreateProcess[/b][b]([/b]
    [color=#ff0000]LPCTSTR lpApplicationName[/color], [color=#00A000]// pointer to name of executable module[/color]
    [color=#ff0000]LPTSTR lpCommandLine[/color], [color=#00A000]// pointer to command line string[/color]
    LPSECURITY_ATTRIBUTES lpProcessAttributes, [color=#00A000]// pointer to process security attributes[/color]
    LPSECURITY_ATTRIBUTES lpThreadAttributes, [color=#00A000]// pointer to thread security attributes[/color]
    BOOL bInheritHandles, [color=#00A000]// handle inheritance flag[/color]
    DWORD dwCreationFlags, [color=#00A000]// creation flags[/color]
    LPVOID lpEnvironment, [color=#00A000]// pointer to new environment block[/color]
    LPCTSTR lpCurrentDirectory, [color=#00A000]// pointer to current directory name[/color]
    LPSTARTUPINFO lpStartupInfo, [color=#00A000]// pointer to STARTUPINFO[/color]
    LPPROCESS_INFORMATION lpProcessInformation [color=#00A000]// pointer to PROCESS_INFORMATION[/color]
   [b])[/b];
Matti
Meine Software-Projekte - Homepage - Grüße vom Rüsselmops -Mops Mopser
  Mit Zitat antworten Zitat