コード例 #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);