CreateProcess (kernel32)
Last changed: -83.249.236.115

.
Summary

C# Signature:

[DllImport("kernel32.dll")]
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 hi Richard);

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation