예제 #1
0
 public static extern bool CreateProcess(string lpApplicationName,
    string lpCommandLine, ref SECURITY_ATTRIBUTES lpProcessAttributes,
    ref SECURITY_ATTRIBUTES lpThreadAttributes, bool bInheritHandles,
    CreationFlags dwCreationFlags, IntPtr lpEnvironment, string lpCurrentDirectory,
    [In] ref STARTUPINFO lpStartupInfo,
    out PROCESS_INFORMATION lpProcessInformation);
예제 #2
0
 public static extern bool CreateProcess(string lpApplicationName,
                                         string lpCommandLine, ref SECURITY_ATTRIBUTES lpProcessAttributes,
                                         ref SECURITY_ATTRIBUTES lpThreadAttributes, bool bInheritHandles,
                                         CreationFlags dwCreationFlags, IntPtr lpEnvironment, string lpCurrentDirectory,
                                         [In] ref STARTUPINFO lpStartupInfo,
                                         out PROCESS_INFORMATION lpProcessInformation);