Ejemplo n.º 1
0
 public static extern void GetStartupInfo(ref STARTUPINFO lpStartupInfo);
Ejemplo n.º 2
0
 public static extern int CreateProcess(string lpApplicationName, string lpCommandLine,
                                    ref SECURITY_ATTRIBUTES lpProcessAttributes,
                                    ref SECURITY_ATTRIBUTES lpThreadAttributes, int bInheritHandles,
                                    int dwCreationFlags, IntPtr lpEnvironment, string lpCurrentDriectory,
                                    ref STARTUPINFO lpStartupInfo, ref PROCESS_INFORMATION lpProcessInformation);