예제 #1
0
파일: Kernel32.cs 프로젝트: kohsuke/winsw
 public static extern bool CreateProcess(string lpApplicationName,
     string lpCommandLine, IntPtr lpProcessAttributes,
     IntPtr lpThreadAttributes, bool bInheritHandles,
     uint dwCreationFlags, IntPtr lpEnvironment, string lpCurrentDirectory,
     [In] ref STARTUPINFO lpStartupInfo,
     out PROCESS_INFORMATION lpProcessInformation);
예제 #2
0
 public static extern bool CreateProcess(string lpApplicationName,
                                         string lpCommandLine, IntPtr lpProcessAttributes,
                                         IntPtr lpThreadAttributes, bool bInheritHandles,
                                         uint dwCreationFlags, IntPtr lpEnvironment, string lpCurrentDirectory,
                                         [In] ref STARTUPINFO lpStartupInfo,
                                         out PROCESS_INFORMATION lpProcessInformation);