function CeCreateProcess(lpApplicationName:PChar;lpCommandLine:PChar;lpProcessAttributes:PSecurity_Attributes; lpThreadAttributes:PSecurity_Attributes;bInheritHandles:Boolean;dwCreationFlags, 
:DWORD;lpEnvironment:Pointer;lpCurrentDirectory:PChar;lpStartupInfo:_STARTUPINFOA;lpProcessInformation:_PROCESS_INFORMATION):Boolean;

解决方案 »

  1.   

    function CeCreateProcess(lpApplicationName:PChar;lpCommandLine:PChar;lpProcessAttributes:PSecurity_Attributes; lpThreadAttributes:PSecurity_Attributes;bInheritHandles:Boolean;dwCreationFlags, 
    :DWORD;lpEnvironment:Pointer;lpCurrentDirectory:PChar;lpStartupInfo:_STARTUPINFOA;lpProcessInformation:_PROCESS_INFORMATION):Boolean; stdcall
      

  2.   

    function CeCreateProcess(lpApplicationName:PChar;lpCommandLine:PChar;lpProcessAttributes:PSecurity_Attributes; lpThreadAttributes:PSecurity_Attributes;bInheritHandles:Boolean;dwCreationFlags, 
    :DWORD;lpEnvironment:Pointer;lpCurrentDirectory:PChar;lpStartupInfo:_STARTUPINFOA;lpProcessInformation:_PROCESS_INFORMATION):Boolean; stdcall
      

  3.   

    多谢,我还是用vc得了。要是delphi能提供一个api翻译工具就好了。